musiccaps_details (view)
1 row where musiccaps_names contains "French horn" and "youtube_published" is on date 2016-04-05
This data as json, CSV (advanced)
Suggested facets: youtube_published (date)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
The Star-Spangled Banner- French horn section of The U.S. Army Field Band | The low quality recording features a widely spread harmonizing french horn melody. It sounds emotional and passionate. | 2016-04-05T15:12:31Z | The United States Army Field Band | The French Horn section of The United States Army Field Band perform the national anthem of the United States, "The Star-Spangled Banner." For booking information, contact The United States Army Field Band at (301) 677-6586. http://www.armyfieldband.com http://www.youtube.com/ArmyFieldBand http://www.facebook.com/ArmyFieldBand http://twitter.com/armyfieldband https://www.instagram.com/armyfieldband/ http://www.facebook.com/thesixstringsoldiers For more information, visit our website or contact: Educational Activities Coordinator The United States Army Field Band 4214 Field Band Drive STE 5330 Fort Meade, Maryland 20755-7055 #NationalAnthem #StarSpangledBanner #ArmyMusic | ["Brass instrument", "French horn"] | ["low quality", "harmonizing french horns melody", "emotional", "passionate", "wide"] | 4 | OO1Q-3kXCtM | 2434 |
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;