musiccaps_details (view)
1 row where musiccaps_aspects contains "complex rhythms", musiccaps_author = 6 and musiccaps_names contains "Drum kit"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Richie and Roland Gajate-Garcia: Father Like Son | You can hear two people playing various percussive instruments. One is holding the same beat playing on congas while the other is playing a solo changing rhythms and percussive sounds in a complex manner. This song may be playing live demonstrating a solo run. | 2014-01-21T18:55:34Z | Latin Percussion | Richie and Roland Gajate-Garcia in the LP Studio. LP Richie Gajate-Garcia Signature Series Congas LP559T-RGM LP522T-RGM LP552T-RGM LP Richie Gajate-Garcia Signature Series Bongos LP201AX-2RGM LP Prestige Timbales LP1415S LP Brazilian Tan Tan LP3514 LP Salsa Cha Cha Cowbell ES-12 LP Gajate Bracket LP388N LP Jam Block (red) LP1208 LP Jam Tamb LP1207-T LP Black Beauty Cowbell LP204A LP Click Tambourine LP193 LP Salsa Bongo Cowbell ES-8 LP Durian Wood Congas LP522Z-D LP559Z-D LP552Z-D LP Click Hi-Hat Tambourine LP193B LP High Pitch Jam Bell (Blue) LP1231 LP Session Shakers LP446-L LP446-S LP Cajon Throne LP1445 | ["Cowbell", "Drum", "Drum kit", "Drum roll", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["latin percussion", "complex rhythms", "medium to uptempo"] | 6 | -R0267o4lLk | 45 |
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;