--- DocType: "Vinyl" type: "musicRelease" subType: "Single" title: "American Woman" englishTitle: "American Woman" year: "1999" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/6e62e307-1547-3af1-a886-761d16ae3e84" id: "6e62e307-1547-3af1-a886-761d16ae3e84" genres: - "electronic" - "pop" - "rock" - "rock and roll" - "techno" artists: - "Lenny Kravitz" image: "https://coverartarchive.org/release-group/6e62e307-1547-3af1-a886-761d16ae3e84/front" rating: 0 personalRating: 0 --- Parent:: [[@Vinyls|Vinyls]] ---   # `$= dv.current().title`   ```toc ```   ### Details   **Genres**: `$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`   ```dataview list without id "" + "" + "" + "" + "" + "" + "" + "
Type" + this.subType + "
Online Rating" + this.rating + "
Artists" + this.artists + "
Premiered" + this.year + "
" FROM "03.05 Vinyls/American Woman (by Lenny Kravitz - 1999)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`