musiccaps_details (view)
1 row where musiccaps_aspects contains "bluegrass", musiccaps_aspects contains "solo" and musiccaps_names contains "Banjo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Kickin Chickens played by Jaimee Perea (Eddie Shelton Banjo cover) | This is a bluegrass music piece performance. Iconic to the American folk songs, it involves a rapidly played banjo solo. The atmosphere of the piece is cozy and positive. This piece could be used in rural social media content or in a comedy show taking place in rural USA. | 2010-06-10T03:30:29Z | PecosMtJeff | Our friend Jaimee Perea stopped by the house with her banjos, so we set up a camera and talked her into playing a few songs (she really isn't used to having an audience, but I think she did just great considering that we just stuck her in a corner and asked her to play). You might hear the dog barking in the background or the kids out playing in the pool... but hey... its just down home pickin! | ["Banjo", "Music"] | ["bluegrass", "folk", "american", "banjo", "instrumental", "solo", "cozy", "uplifting", "pastoral"] | 9 | ExghbCGRBx0 | 1604 |
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;