musiccaps_details (view)
1 row where musiccaps_aspects contains "avant-garde", musiccaps_aspects contains "experimental" and musiccaps_aspects contains "futuristic"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Blast - No Money & Ban Ban (JNK001A) - Junkee Recordings (Drum & Bass) | This music is an Electronic instrumental. The tempo is medium fast with a mellifluous flute harmony with slick drum arrangements , sustained droning,and synthesiser articulations. The music is futuristic, contemporary, experimental, psychedelic, meditative,minimalist and ambient. This music is Electronic Dance Music. | 2010-07-17T11:56:03Z | junkeerecordngs | Side A of Junkee Recordings 1st forthcoming release end of September 2010. Previously to be released on Vinyl 2 years ago by Future Pressure Recordings, however due to ongoing troubles Blast never made it. Junkee Recordings now holding digital license for Blast, making a powerful first release on the Bassjunkees Radio offshoot. Profiles: http://www.junkeerecordings.com/signed-artists/1/no-money.html http://www.junkeerecordings.com/signed-artists/2/dj-ban-ban.html Be sure to check our other forthcoming releases, both Drum & Bass & Dubstep. http://www.junkeerecordings.com/ Got Tracks? Drop em in at SoundCloud: http://soundcloud.com/junkeerecordings/dropbox | ["Music", "Cacophony"] | ["instrumental", "medium fast tempo", "electronic music", "edm", "atmospheric synthesiser", "drum machine", "elctronic arrangement", "flute harmony", "steady drumming", "drone", "avant-garde", "indian classical", "experimental", "ambient", "minimalist", "futuristic", "psychedelic", "trance", "meditative", "electronic music"] | 7 | BN6W6OQnVoE | 1235 |
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;