musiccaps_details (view)
1 row where musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "rebellious" and "youtube_published" is on date 2011-08-26
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 |
---|---|---|---|---|---|---|---|---|---|---|
RUIDO ROSA - MIEDO A CAER | This is an energetic rock music piece with a female vocalist singing in the Spanish language. The repeated theme is played by a strong electric bass guitar. There is a loud and simple rock drum beat in the background. A distorted electric guitar can also be heard holding a sustained note. All these components result in a rebellious atmosphere. This song could be used in rock bars. | 2011-08-26T07:45:49Z | Ruido Rosa | Miedo a caer es el segundo sencillo que se desprende del primer EP homónimo de la banda Ruido Rosa. www.ruidorosa.com.mx contacto: ruidorosaa@gmail.com | ["Music", "Rock music", "Progressive rock"] | ["rock music", "bass guitar", "repeated theme", "drums", "electric guitar", "female vocal", "spanish", "loud", "rebellious", "energetic"] | 9 | rs5ecH8Lh3s | 4906 |
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;