musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic drums", musiccaps_aspects contains "melodic singing", musiccaps_aspects contains "tambourine" and musiccaps_names contains "Tambourine"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Whose Uncle Is This On The Tambourine??? | This is a live Christian gospel music performance. There is male lead vocal singing melodically and passionately with the backing of a male choir. The melody is being played by a church organ and a bass guitar. The acoustic drums and the tambourine played in a very eccentric manner are the elements of the rhythmic background. The atmosphere is religious. This piece could be played at Christian religious events or in the background of Christian social media content. | 2012-04-02T03:09:21Z | Thebookoffunny dotcom | Check Out this Wonderful Black Youtube Family based on Faith, Family,Film! www.Youtube.com/thefamilyoyoutube ► Subscribe to their Channel Here: http://www.youtube.com/subscription_center?add_user=blessedfilmsinc | ["Music", "Song", "Tambourine"] | ["gospel", "preach", "live performance", "male vocal", "melodic singing", "male choir", "organ", "bass guitar", "acoustic drums", "tambourine", "groovy", "religious", "christian church"] | 9 | XvtL_TTLXHY | 3236 |
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;