musiccaps_details (view)
1 row where musiccaps_aspects contains "hand claps", musiccaps_aspects contains "hip-hop song" and musiccaps_names contains "Dubstep"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Big Dog YoGo - Go Hard Or Go Home (J.West Production)...Official Music Video BTB | This hip-hop song features a male voice rapping the main lyrics. This is accompanied by programmed percussion playing a simple beat. Hand claps are played on every alternate count. The synth plays a repetitive melody in loop. The bass plays the root notes of the chords in harmony with the synth. This is a moderate tempo song. This song can be played in a club. | 2010-10-16T02:02:34Z | BRUMSOUNDS | Download YoGo Mixtape Goon Tunez Vol1 @ http://grimeblog.com/?p=1419 | ["Drum and bass", "Music", "Rapping", "Dubstep", "Electronic dance music"] | ["hip-hop song", "rap", "male voice", "synth backing", "hand claps", "repetitive synth melody", "moderate tempo", "club music", "programmed percussion", "bass"] | 0 | vEMNk-lbGTE | 5165 |
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;