musiccaps_details (view)
1 row where musiccaps_aspects contains "adrenaline high", musiccaps_aspects contains "live audience" and musiccaps_aspects contains "performers"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Lunch (Body Percussion) - Variety Show | The song is an instrumental. The tempo is fast with three percussionists performing a rhythmic groove with sounds breathed by clapping body parts and tapping the floor. The song is energetic and highly engaging. The audio quality is average and performed live. | 2009-04-26T20:22:56Z | Snubby J | The body percussive number, Lunch, from Lakeridge High School's Company Variety Show. Performed by Kent Jenkins, Brian Ernst, and Nick Allen. BBTV Music - http://www.youtube.com/visomusic | ["Thump, thud", "Percussion"] | ["tap dancers", "body percussionists", "adrenaline high", "engaging", "average audio quality", "fast tempo", "body instruments", "musical trio", "live performance", "mismatched rhythms", "live performance", "live audience", "fun and groovy", "performers", "engaging", "exciting", "dance rhythm", "energetic"] | 1 | J8pkQfYlJA4 | 1973 |
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;