music_video
6 rows where release_id = 10
This data as json, CSV (advanced)
Suggested facets: credits, publish_on (date)
id ▼ | slug | publish | publish_on | title | source_url | embed_code | description | credits | release_id | preview_url | priority |
---|---|---|---|---|---|---|---|---|---|---|---|
21 | album-iv-trailer | 1 | 2014-04-03 12:35:48 | Album IV Trailer | https://www.youtube.com/watch?v=8XK-vkOZh_c | <iframe src="https://www.youtube.com/embed/8XK-vkOZh_c?wmode=opaque" seamless allowfullscreen></iframe> | Have You Ever Done Something Evil? 10 | https://img.youtube.com/vi/8XK-vkOZh_c/maxresdefault.jpg | |||
22 | i-stand-corrected | 1 | 2014-04-03 12:37:18 | I Stand Corrected | https://www.youtube.com/watch?v=zW2Msqaclls | <iframe src="https://www.youtube.com/embed/zW2Msqaclls?wmode=opaque" seamless allowfullscreen></iframe> | Have You Ever Done Something Evil? 10 | https://img.youtube.com/vi/zW2Msqaclls/maxresdefault.jpg | |||
23 | do-you-have-romantic-courage | 1 | 2014-05-01 14:50:40.449000 | Do You Have Romantic Courage? | https://www.youtube.com/watch?v=SeMhvXc5W-I | <iframe src="https://www.youtube.com/embed/SeMhvXc5W-I?wmode=opaque" seamless allowfullscreen></iframe> | Have You Ever Done Something Evil? 10 | https://img.youtube.com/vi/SeMhvXc5W-I/maxresdefault.jpg | |||
24 | try-this-instead | 1 | 2014-08-18 06:26:31 | Try This Instead | https://www.youtube.com/watch?v=Bu0q0v84Xds | <iframe src="https://www.youtube.com/embed/Bu0q0v84Xds?wmode=opaque" seamless allowfullscreen></iframe> | Have You Ever Done Something Evil? 10 | https://img.youtube.com/vi/Bu0q0v84Xds/maxresdefault.jpg | |||
26 | destroy-this-poem | 1 | 2015-04-06 21:07:21.537000 | Destroy This Poem | https://www.youtube.com/watch?v=SKrQtNpixtI | <iframe src="https://www.youtube.com/embed/SKrQtNpixtI?wmode=opaque" seamless allowfullscreen></iframe> | Have You Ever Done Something Evil? 10 | https://img.youtube.com/vi/SKrQtNpixtI/maxresdefault.jpg | |||
29 | we-are-what-we-say-we-are | 1 | 2015-06-11 21:07:54 | We Are What We Say We Are | https://vimeo.com/126794989 | <iframe src="https://player.vimeo.com/video/126794989" seamless allowfullscreen></iframe> | Directed/Edited by Ryan Hamilton Walsh Cast Ryan Connelly as Bear Boy Mask Design by Wintercroft Mask Assembly Nicholas Giadone Ward Special Thanks Crystal René Burney |
Have You Ever Done Something Evil? 10 | https://i.vimeocdn.com/video/517362144_640.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");