musiccaps_details (view)
1 row where musiccaps_aspects contains "80's pop", musiccaps_aspects contains "driving beat", musiccaps_aspects contains "low toms" and musiccaps_aspects contains "synth pads"
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 |
---|---|---|---|---|---|---|---|---|---|---|
PROFESSOR EATS A PEA WHILE I PLAY UNFITTING MUSIC | A chic 80's pop/R&B song that is an influence on the synthpop of today. Features a male vocalist singing in falsetto, doubled vocals and lush vocal harmonies, a driving beat, low toms, a sharp electronic clap, synth pads and a steady synth bassline. | 2007-08-19T15:24:41Z | MarkieV101 | rip michael jackson, teena marie, triforce mike, adam yauch, donna summer, neil armstrong, dave brubeck, polygon jim, paul walker, danny wells, nelson mandela, nelson "remix" reyes, "GamerJoe," robin williams, origa, monty oum, swift rock, scott weiland, david bowie, alan rickman, umberto eco, phife dawg, prince, muhammad ali, kimbo slice, christina grimmie, anton yelchin, yvain gnabro, bobby 'lil loco' garcia, carrie fisher, marcus intalex, prodigy, chester bennington, holger czukay, troy gentry, x atencio, edith windsor, lt. col. stanislav petrov, emer prevost, aretha franklin, stan lee, pua magasiva and kim english ;_; | ["Funk", "Music"] | ["80's pop", "r&b", "synthpop", "male falsetto", "chic", "doubled vocals", "lush vocal harmonies", "driving beat", "synth pads", "steady synth bass", "low toms", "sharp electronic clap"] | 8 | w0QJT6ywza0 | 5229 |
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;