musiccaps_details (view)
1 row where musiccaps_aspects contains "background cheering", musiccaps_aspects contains "e-bass", musiccaps_aspects contains "e-guitar" and musiccaps_aspects contains "upbeat"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Jekujo - Chicago Afrobeat Project (5.7.09.A5) | This song is full of fast paced rhythm being played by percussion and a drumset. An e-guitar is playing a fast repeating melody with little changes along with an e-piano playing chords and melody. The e-bass is playing a groove along with the drums that sounds inviting to dance along. In the background you can hear voices cheering. This song may be playing live. | 2009-06-19T23:35:10Z | TheFoxTheatre | Garrick Smith: Baritone Sax, Angelo Garcia: Tenor Sax, Kevin Martinez: Bass, Kevin Ford: Keys, David Glines: Guitar, Ricardo Gonzalez: Drums, Chris Paquette: Precussion, w/ guest dancers: Geogina Kolber, Tara Vellinga, Jay Sayler: Sound Lighting: Your Name Here, Thomas Lofstrom: Video thx to Colin Petterson, The Fox Theatre, Boulder | ["Swing music", "Music", "Ska", "Music of Latin America", "Salsa music"] | ["afrodance/funk", "e-guitar", "e-bass", "acoustic drums", "percussion's", "background cheering", "piano", "upbeat", "good vibrations"] | 6 | dkGXJ6BlCd4 | 3810 |
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;