music_video
6 rows where release_id = 15
This data as json, CSV (advanced)
Suggested facets: description, credits, publish_on (date)
id ▼ | slug | publish | publish_on | title | source_url | embed_code | description | credits | release_id | preview_url | priority |
---|---|---|---|---|---|---|---|---|---|---|---|
33 | im-you-teaser | 1 | 2019-10-07 09:43:06.256000 | I’m You Teaser | https://www.youtube.com/watch?v=Amz8lS4uB7I | <iframe src="https://www.youtube.com/embed/Amz8lS4uB7I?wmode=opaque" seamless allowfullscreen></iframe> | I’m You 15 | https://img.youtube.com/vi/Amz8lS4uB7I/maxresdefault.jpg | |||
34 | folk-music-is-insane | 1 | 2019-11-15 10:13:53 | Folk Music Is Insane | https://www.youtube.com/watch?v=1JOs37FojZ0 | <iframe src="https://www.youtube.com/embed/1JOs37FojZ0?wmode=opaque" seamless allowfullscreen></iframe> | Special thanks to Joe Yoga and Neal Block for filming. |
I’m You 15 | https://img.youtube.com/vi/1JOs37FojZ0/maxresdefault.jpg | ||
35 | hot-fate | 1 | 2019-12-17 00:44:23 | Running Hot with Fate | https://www.youtube.com/watch?v=CrT-bkNCXTI | <iframe src="https://www.youtube.com/embed/CrT-bkNCXTI?wmode=opaque" seamless allowfullscreen></iframe> | Much like the song, the video for “Running Hot With Fate” is a collection of miniature short stories about a group of people. But whereas these stories were conveyed in the recording by way of the lyrics, here in the video, volumes are telegraphed via peoples’ stares, subtle expressions, and the contours of their faces. 27 Boston musicians were cast in ‘Fate’ from a pool of artists whose careers collectively cover six decades of music. You can read more about the video, meet the Fates, and own a piece of Fate at runninghotwithfate.com. |
Directed & edited by Tyler Hollis Derryberry
|
I’m You 15 | https://img.youtube.com/vi/CrT-bkNCXTI/maxresdefault.jpg | |
38 | it-still-floors-me | 1 | 2020-02-05 23:16:05 | It Still Floors Me | https://www.youtube.com/watch?v=EVOTNzqwnRY | <iframe src="https://www.youtube.com/embed/EVOTNzqwnRY?wmode=opaque" seamless allowfullscreen></iframe> | I’m You 15 | https://img.youtube.com/vi/EVOTNzqwnRY/maxresdefault.jpg | |||
39 | people-keep-dying-and-no-one-can-stop-it | 1 | 2020-04-11 18:28:15.004000 | People Keep Dying (And No One Can Stop It) | https://www.youtube.com/watch?v=NkCTN-fUTTg | <iframe src="https://www.youtube.com/embed/NkCTN-fUTTg?wmode=opaque" seamless allowfullscreen></iframe> | I’m You 15 | https://img.youtube.com/vi/NkCTN-fUTTg/sddefault.jpg | |||
40 | memory-tree | 1 | 2020-10-20 12:45:50 | The Memory Tree | https://www.youtube.com/watch?v=3TocIodnAZw | <iframe src="https://www.youtube.com/embed/3TocIodnAZw?wmode=opaque" seamless allowfullscreen></iframe> | I’m You 15 | https://img.youtube.com/vi/3TocIodnAZw/sddefault.jpg |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "music_video" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "slug" varchar(50) NOT NULL UNIQUE, "publish" bool NOT NULL, "publish_on" datetime NULL, "title" varchar(200) NOT NULL, "source_url" varchar(200) NOT NULL, "embed_code" text NOT NULL, "description" text NOT NULL, "credits" text NOT NULL, "release_id" integer NULL REFERENCES "music_release" ("id"), "preview_url" varchar(200) NOT NULL, "priority" integer unsigned NULL); CREATE INDEX "music_video_release_id_83f46359" ON "music_video" ("release_id");