musiccaps_details (view)
1 row where musiccaps_aspects contains "european", musiccaps_aspects contains "keyboard" and musiccaps_aspects contains "playful"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Loituma - Ievan's Polkka (live, techno original version) | This is a finnish techno pop piece with polka influences. There is a female vocalist in the lead singing rapidly in a manner that resembles yodeling. A male vocalist occasionally joins her at a lower pitch while singing the melody. The melodic background consists of a keyboard tune and a simple bass line. The rhythmic background is provided by an electronic disco drum beat. The atmosphere is playful and danceable. This piece could be used in the background of a comedic social media content. It could also be played at children's events. | 2010-10-21T08:13:23Z | nestorrente | Loituma performs their song Ievan's Polkka in a rare techno version. | ["Electronic music", "Music", "Techno"] | ["finnish techno pop", "polka", "live performance", "male vocal", "female vocal", "yodel-like singing", "keyboard", "bass", "electronic drums", "european", "playful", "vibrant", "danceable", "medium tempo"] | 9 | 0i8VM_EooCs | 201 |
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;