musiccaps_details (view)
1 row where musiccaps_aspects contains "keyboard harmony", musiccaps_aspects contains "punchy beat" and musiccaps_aspects contains "synth pop"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Rachel Barton - Giggle (Original & Yankee Zulu Remix) | This song is an instrumental. The tempo is fast with boomy bass lines, slick drumming, digital drum rhythm; keyboard harmony, synthesiser arrangements and sound of a woman laughing. The song is electric, vibrant ,youthful ,psychedelic, trippy, hysterical and buoyant with a dance groove. This song is an EDM/Synth pop. | 2010-01-19T18:24:04Z | biginibiza | Beatport: http://bit.ly/4Fo3SX. Following massive support from the likes of Mark Knight, Groove Armada, Style Of Eye, Joe & Will Ask, James Talk, Andy Mac, Jason Herd & more! As well as hitting # 8 in the mighty DMC Buzz Chart, Rachel Barton unleashes the follow up to her monsterous debut single "Who Knows". Now to kick start 2010 Rachel Barton give us Giggle (inc Yankee Zulu Remix). Download now from... Beatport: http://bit.ly/4Fo3SX Juno: http://bit.ly/74v2oD DJ Download: http://bit.ly/7rrROX Trackitdown: http://bit.ly/6t1qoZ For more information check out http://biginibiza.com | ["Sampler", "Electronic music", "Music", "Giggle", "Dance music"] | ["instrumental", "fast tempo", "laughing", "female laughing", "synthesised music", "electro pop", "boomy bass", "slick drumming", "keyboard harmony", "synthesiser arrangements", "punchy beat", "dance music", "edm", "synth pop", "psychedelic", "trance", "trap", "youthful", "energetic", "club music", "dance music"] | 7 | XcvY-NdM8WA | 3202 |
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;