musiccaps_details (view)
1 row where musiccaps_aspects contains "danceable", musiccaps_aspects contains "hip" and musiccaps_aspects contains "strong bass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Tweet - Dance(Ass) Takeoff | This is a hip-hop music piece. There is a female vocalist singing in a rap-like manner. There is a strong bass in the background. For the rhythm, there is a simple electronic drum beat with heavy use of claps. The keyboard is playing occasional tunes. The atmosphere is groovy. This piece could be playing in the background at a nightclub or at a dance club. | 2011-12-19T05:29:45Z | Tweet DHE Boss | The Intermission Mixtape Now On Datpiff Go Check It Out!!! Follow Me On Twitter @TweetDHEBoss (MIXTAPE DOWNLOAD LINK) http://www.datpiff.com/Tweet-The-Intermission-Minor-Set-Back-For-A-Major-Comeb-mixtape.290956.html (SONG DOWNLOAD LINK) http://limelinx.com/files/35f4b8a0d1a2ee06ab84114b9d0e0b8c | ["Afrobeat", "Music", "Hip hop music"] | ["hip-hop", "dance music", "female vocal", "rap-like singing", "strong bass", "keyboard", "electronic drums", "claps", "groovy", "hip", "danceable"] | 9 | 2ZYzviKuq9w | 378 |
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;