musiccaps_details (view)
1 row where musiccaps_aspects contains "live performance", musiccaps_aspects contains "suspenseful" and musiccaps_names contains "Orchestra"
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Silkroad Ensemble: Canal by Ljova | SILKROAD | The low quality recording features a live performance of a classical song that consists of sustained strings, woodwinds melody, aggressive strings lick, wooden percussion and repetitive violin melody. It sounds suspenseful and intense. | 2014-01-06T20:07:45Z | SILKROAD | For more information about the Silkroad Ensemble and Silkroad, visit http://silkroad.org This first reading of "Canal" by Lev Zhurbin (Ljova) was shared as a new work in progress during a Silkroad Ensemble residency at Harvard University in December 2013. Silkroad commissioned the piece as part of an ongoing multidisciplinary exploration of rivers. Learn more: http://www.silkroad.org/ Follow Silkroad here: https://www.facebook.com/silkroadproject https://twitter.com/silkroadproject https://www.instagram.com/silkroadproject See Silkroad Live: http://www.silkroad.org/calendar | ["Orchestra"] | ["low quality", "live performance", "classical", "sustained strings", "woodwinds melody", "aggressive strings lick", "wooden percussion", "repetitive violin melody", "suspenseful", "intense"] | 4 | YAYp2E5vMNw | 3261 |
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;