Discovery (Japanese Edition)
By: Daft Punk
Master: Discovery
- Label: Virgin Records - VJCP-68271
- Format: CD (CD, Album, Limited Edition)
- Country: Japan
- Released: 2001
- Genres: Electronic
- Styles: House, Disco
Includes bonus track and obi strip
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:format-details "CD, Album, Limited Edition",
:format "CD",
:catalog-number "VJCP-68271",
:genres ["Electronic"],
:title "Discovery (Japanese Edition)",
:released "2001",
:label {:id "Vr4pS9", :etype "label", :title "Virgin Records"},
:notes "Includes bonus track and obi strip",
:styles ["House" "Disco"],
:artists [{:id "Dp9xZ2", :etype "artist", :title "Daft Punk"}],
:master {:id "Dc6jU2", :etype "master", :title "Discovery"},
:country "Japan"},
:schema
[:map
[:title [:string {:default "Release Title"}]]
[:master
{:optional true}
[:map
[:id :string]
[:etype [:= :master]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:artists
[:vector
[:map
[:id :string]
[:etype [:= :artist]]
[:title :string]
[:catkey {:optional true} :keyword]]]]
[:label
{:optional true}
[:map
[:id :string]
[:etype [:= :label]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:catalog-number {:optional true} [:string {:default ""}]]
[:format [:string {:default "Vinyl"}]]
[:format-details {:optional true} [:string {:default ""}]]
[:country {:optional true} [:string {:default ""}]]
[:released {:optional true} [:string {:default ""}]]
[:genres {:optional true} [:vector :string]]
[:styles {:optional true} [:vector :string]]
[:tracklist
{:optional true}
[:vector
[:map
[:position :string]
[:title :string]
[:duration {:optional true} :string]]]]
[:barcode {:optional true} [:string {:default ""}]]
[:notes {:optional true} [:string {:default ""}]]]}