musiccaps_details (view)
1 row where musiccaps_aspects contains "male voice rapping", musiccaps_aspects contains "trap/rap" and musiccaps_names contains "Scary music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
EAST STANK "FACE-UP" MUSIC VIDEO | This song has a typical trap-beat with a very overdriven kick/bassline. A synthesizer key sound is playing a melody that repeats itself an octave higher. The male rapper sounds aggressive and is almost shouting along with ad-lips. This song may be playing while working out. | 2016-04-14T20:52:08Z | BeastUp Films | BeastUp Films is a St. Louis based Video Production Company specializing in Music Videos for every genre of music. We incorporate the use of a wide range of filmmaking styles and techniques to create entertaining music videos, that will not only demand your viewers attention, but will enhance and emphasize your musical content, business, or product. We offer 4 packages (bronze, silver, gold, and platinum) and we can also work with the clients budget within our own discretion. Reply by email or text. You can view some of my work on youtube. Willing to travel if necessary and if budget permits. Contact at 618.741.9297 facebook.com/beastupfilms instagram @beastupfilms beastupfilms@gmail.com | ["Music", "Hip hop music", "Scary music"] | ["trap/rap", "electronic drums", "synth key melody", "808/sub bass", "male voice rapping", "aggressive sounding", "uptempo"] | 6 | J2BDMndrvhA | 1964 |
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;