musiccaps_details (view)
1 row where musiccaps_aspects contains "male voice rapping", musiccaps_aspects contains "strings" and musiccaps_names contains "Zing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Top 10 Christian Rap Songs | These two rap songs contain acoustic drums/digital drums playing a simple beat and a beat with a 16th hihat. Strings and bells are playing the main melody. On top of that the male voice of each song is rapping over the instrumental. These songs may be played while riding in your car or while playing sports. | 2011-03-29T00:28:42Z | Music With A Message | Here is the list of my Top 10 Christian Rap songs....there is a typo (2 #10's) 1. Joyful Noise (Flame) 2. The Invasion (Trip Lee ft Jai) 3. Tell Em' (Level 3:16) 4. High (Lecrae ft Suzy Rock) 5. Background (Lecrae Ft C-Lite) 6. City Lights (Json Ft Trubble) 7. Already Gone (Canton Jones) 8. You Made (Da T.R.U.T.H) 9. Make War (Tedashii Ft Flame) 10. Shut us Down (Sho Baraka Ft Lecrae, After Edmund) | ["Music", "Rapping", "Rhythm and blues", "Zing", "Hip hop music"] | ["rap", "acoustic/ digital drums", "two different songs", "strings", "male voice rapping", "sub bass", "medium tempo"] | 6 | bOOJRGRy0zc | 3621 |
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;