home / hth

music_song

Data source: https://www.hallelujahthehills.com

2 rows where release_id = 21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: publish_on (date)

id ▼ slug publish publish_on title description credits lyrics track release_id player_code
160 untitled-actual-title-joker-one 1 2025-06-07 19:48:55.748000 Untitled, Actual Title (Joker One)  

Joseph Marrett - Bass
Brian Rutledge - Synth
Ryan Connelly - Drums, Percussion
Nicholas Ward - Electric Guitar
David Michael Curry - Viola
Ryan H. Walsh - Guitar

  1 DECK: JOKERS 21  
161 actual-title-untitled-joker-two 1 2025-06-07 19:48:55.748000 Actual Title, Untitled (Joker Two)  

Joseph Marrett - bass
Ryan Connelly - Drums, Percussion
Brian Rutledge - Prepared Trumpet
Nicholas Ward - Electric Guitar
David Michael Curry - Viola
Ryan H. Walsh - Guitar, Samples

  2 DECK: JOKERS 21  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "music_song" ("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, "description" text NOT NULL, "credits" text NOT NULL, "lyrics" text NOT NULL, "track" integer unsigned NULL, "release_id" integer NULL REFERENCES "music_release" ("id"), "player_code" text NOT NULL);
CREATE INDEX "music_song_release_id_d94af625" ON "music_song" ("release_id");
Powered by Datasette · Queries took 9.15ms · Data source: https://www.hallelujahthehills.com