musiccaps_details (view)
1 row where musiccaps_aspects contains "brass section harmony", musiccaps_aspects contains "groovy bass line" and musiccaps_aspects contains "jazz band"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Chuck Mangione - Sun Shower | The song is an instrumental. The tempo is fast with trumpets playing percussively along with other brass instruments, piano accompaniment, groovy bass line jazz drumming rhythm. The song is energetic and passionate. The song is a retro big band jazz classic with poor audio quality. | 2011-01-29T01:59:44Z | Henry Cooper | From 1971's Together. Sampled by Tonex for "Sonshine" | ["Music", "Steelpan"] | ["instrumental music", "jazz music", "fast jazz drumming", "energetic", "passionate", "retro jazz classics", "jazz super hits", "jazz legends", "big band hits", "trumpets playing percussively", "fast tempo", "piano accompaniment", "fats jazz drumming", "brass section harmony", "groovy bass line", "big band", "poor audio quality", "jazz band"] | 1 | lNg2y6SRZPo | 4392 |
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;