musiccaps_details (view)
1 row where musiccaps_aspects contains "disco", musiccaps_aspects contains "electronic" and musiccaps_aspects contains "jazz-funk"
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 |
---|---|---|---|---|---|---|---|---|---|---|
I.O.U. (Megamix) - Freeez | Arthur Baker | 80s Club Mixes | 80s Club Music | 80s Dance Music | This is an 80s electronic music piece. The rhythmic background consists of a disco electronic drum beat with frequent tom fills. There is a keyboard playing the main tune while a bass and an evolving synth are in the background. The atmosphere of this piece is groovy. This piece could be used at retro-themed nightclubs and parties. It could also be used in the soundtrack of an 80s movie or a TV show. | 2014-02-12T17:00:12Z | 80smusicremixes | LIKE us on Facebook https://www.facebook.com/80sMusicRemixes Latest Blog Posts http://80smusicremixes.blogspot.co.uk I.O.U. (Megamix) (1983) (8'42) - Freeez. Produced and Written by Arthur Baker for A.B.I. Mixed by Arthur Baker, Jellybean Benitez and John Robie. (P) & (C) 1983 Beggars Banquet. All rights reserved. Used by kind permission. Thank You! Learn more about "I.O.U. (Megamix) (1983) (8'42) - Freeez" http://80smusicremixes.blogspot.co.uk/2014/07/iou-megamix-freeez.html LIKE us on Facebook https://www.facebook.com/80sMusicRemixes Latest Blog Posts http://80smusicremixes.blogspot.co.uk | ["Disco", "Music", "Dance music"] | ["electronic", "jazz-funk", "disco", "electronic drums", "keyboards", "bass", "evolving", "80s", "danceable", "groovy", "retro", "old-fashioned"] | 9 | LfvdxSBCtFE | 2212 |
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;