musiccaps_details (view)
1 row where musiccaps_aspects contains "guiero rhythm", musiccaps_aspects contains "instrumental", musiccaps_names contains "Music" and musiccaps_names contains "Steelpan"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Brazil | This song is an instrumental. The tempo is medium fast with melodious steel pan, rhythmic percussion like bongos and congas, guitar sound, steady bass line and keyboard harmony. The sound of the breeze in the background indicates that music is being played outdoors. The music is invigorating, playful, light, pleasant, mellifluous and warm. | 2009-04-26T18:16:34Z | Steel Drum Music | Now on iTunes ♫ → click the 'Show More' button for info ↓ ↓ ↓ Caribbean classics played on steel drums from Trinidad. This song is featured on the 'Steel Drum Gold' album. You can get it at: iTunes - http://bit.ly/aE3djW Amazon - http://bit.ly/cgT7rA or directly from Bob Lyons' web site: http://www.SteelDrumMusic.net The very popular samba 'Brazil' performed at ER Bradley's in West Palm Beach on 4/25/09 | ["Drum", "Drum kit", "Music", "Musical instrument", "Bass drum", "Percussion", "Steelpan"] | ["instrumental", "medium fast tempo", "lively", "steel pan", "sound of bike starting", "sound of breeze", "windy", "guiero rhythm", "recycled instrument", "discarded oil drums", "keyboard harmony", "steady bass line", "people talking", "guider sound of breeze", "guiro rhythm", "simple music", "catchy", "upbeat", "rhythmic congas", "bongos"] | 7 | NtM3gudMBCQ | 2375 |
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;