musiccaps_details (view)
1 row where musiccaps_aspects contains "r&b/rap/hiphop", musiccaps_aspects contains "slower tempo" and musiccaps_names contains "Rapping"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Genius Sounds Family "Drum Roll" (Official Music Video) | This song is full of a digital key/pad sound taking a lot of space with a harmonic melody slightly panned to the right side of the speakers. The drums are a simple kick and clapping snare sound. Accompanied by a digital one note hit on the kick. A male doubled and panned voice is singing as backing vocals when a male mid ranged voice starts rapping. This song may be playing during a relaxing car ride with friends. | 2011-12-20T08:10:33Z | GeniusSoundsFamily | The Genius Sounds Family is Proud to Present The "Drum Roll" Music Video. Feat Alpha Memphis & Soul. This Track is The First Single Off of The New Genius Sounds Family LP Which You Can Download Here. ( http://geniussoundsfamily.bandcamp.com/ ) Enjoy. | ["Music", "Rapping", "Hip hop music"] | ["r&b/rap/hiphop", "synthesizer", "keys", "electronic drums", "digital bass", "male voice mid range", "rapping", "male backing vocals singing", "relaxed", "slower tempo"] | 6 | KiFQFxJphjI | 2109 |
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;