musiccaps_details (view)
1 row where musiccaps_aspects contains "ad-libs", musiccaps_aspects contains "rapping", musiccaps_aspects contains "urban" and musiccaps_names contains "Hip hop music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
G Unit - 3. Round Here - Automatic Gunfire Mixtape | This is a hardcore hip-hop/gangsta rap music piece. There are male vocals taking turns rapping and when they are not rapping they are shouting ad-libs. There is a fuzzy synth bass playing the repeated melodic theme of the beat while the rhythm consists of an electronic drum beat with gunshot effects every now and then. The atmosphere is urban and violent. This piece could be included in the soundtrack of a crime movie that takes place in the big city. It could also be used in the soundtrack of a crime video game. | 2014-07-24T21:34:14Z | The Woods ENT. | This is "Round Here" off 50 Cent & G-Unit's mixtape "Automatic Gunfire" Hosted By DJ Whoo Kid, Produced by Sha Money XL. 2003, G-Unit. | ["Music", "Hip hop music"] | ["hardcore hip-hop", "gangsta rap", "male vocals", "rapping", "ad-libs", "fuzzy synth bass", "repeated theme", "electronic drums", "gunshot sound effect", "groovy", "urban", "violent"] | 9 | KxZ0yDfyaJw | 2134 |
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;