musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic drums", musiccaps_aspects contains "maxican folkrock", musiccaps_aspects contains "mid range" and musiccaps_aspects contains "organ"
This data as json, CSV (advanced)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
RAGS & RICHES - EL WATUSI LA BAMBA (SPECIAL DANCE MIX VERSION) | This song contains acoustic drums playing a kick on every beat and playing the hi hat with 16th notes. An e-bass is playing a simple line along with an organ sound in the background. Percussions are adding rhythms that want to make you dance. An e-guitar is playing another melody while the male and female voices are singing together creating harmonies. This song may be playing at a beach bar. | 2011-10-20T12:18:29Z | Marty Cruz | Label: Casablanca Records Format: Vinyl, 12" Country: US Released: 1983 Genre: Funk / Soul Style: Disco Tracklist ▼. A Medley: TT 22:07 B EL Watusi-La Bamba (Disco Version) 6:42 | ["Afrobeat", "Music of Africa", "Disco", "Music", "Reggae"] | ["maxican folkrock", "acoustic drums", "percussions", "e-guitar", "organ", "male and female voices singing", "mid range", "e-bass", "uptempo", "uplifting mood"] | 6 | CJjyrDGmxIY | 1350 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW musiccaps_details AS select musiccaps.url as video, json_object( 'label', coalesce(videos.title, 'Missing from YouTube'), 'href', musiccaps.url ) as youtube_link, musiccaps.caption as musiccaps_caption, videos.publishedAt as youtube_published, videos.channelTitle as youtube_channel, videos.description as youtube_description, musiccaps.audioset_names as musiccaps_names, musiccaps.aspect_list as musiccaps_aspects, musiccaps.author_id as musiccaps_author, videos.id as youtube_id, musiccaps.rowid as musiccaps_rowid from musiccaps left join videos on musiccaps.ytid = videos.id;