musiccaps_details (view)
1 row where musiccaps_aspects contains "complex rhythms", musiccaps_aspects contains "timpani" and musiccaps_names contains "Musical instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Simon Rattle as Timpanist | A solo timpani performance played with mallets featuring rolls and complex rhythms on two drums. The music feels serious, even militant. | 2009-09-29T07:32:33Z | Berliner Philharmoniker | Full-length concert at http://www.digitalconcerthall.com/concert/36 Siegfried Matthus: Opening from "Konzert für fünf" · Sir Simon Rattle, solo timpanist and conductor · Berliner Philharmoniker / Recorded at the Berlin Philharmonie, 28 May 2009 The Berliner Philharmoniker's Digital Concert Hall: http://dch.berliner-philharmoniker.de Subscribe to our newsletter: http://www.digitalconcerthall.com/newsletter Website of the Berliner Philharmoniker: http://www.berliner-philharmoniker.de | ["Timpani", "Drum", "Music", "Musical instrument"] | ["timpani", "solo", "mallets", "roll", "two drums", "complex rhythms", "serious", "militant"] | 8 | c4ftOyl3j_Y | 3677 |
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;