musiccaps_details (view)
1 row where musiccaps_aspects contains "bongos", musiccaps_aspects contains "bright steel drumming" and musiccaps_aspects contains "party music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
flamenco salsero 2017 - SALSA CHOKE - CHOKECHACHE - los chaches | A male vocalist sings this spirited song. The tempo is fast with a fast keyboard harmony, boomy bass line, rhythmic drums, steel drums,congas and bongos, cymbal ride and sound of clapping. The song is upbeat, punchy, buoyant, spirited, energetic and youthful with a dance groove. This song is Latin Urbano. | 2015-04-21T18:31:13Z | Los Chaches Record | flamenco salsero 2017 - rap 2017 - salsa choke 2017 - chokechache 2017 - flamenco 2017 - maketas flamencas 2017 - perreo 2017 - rumba 2017 - rap flamenco 2017 - video bailando riko de los chaches - moncho chavea - el vaka los chaches record | ["Flamenco", "Music"] | ["male singer", "fast tempo", "latin song", "latin dance music", "bright steel drumming", "youthful", "energetic", "congas", "bongos", "cymbal ride", "buoyant", "club music", "party music", "dance hits", "latin urbano", "punchy", "spirited", "upbeat", "catchy", "spanish music", "latin hits", "salsa", "bachata", "groovy bass lines", "keyboard harmony", "congas rhythm", "rhythmic bongos", "synthesiser arrangements"] | 7 | m3uiITzeM70 | 4442 |
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;