Autobahn (US Pressing)

Edit

By: Kraftwerk

Master: Autobahn

  • Label: Virgin Records - V 2003
  • Format: Vinyl (LP, Album, Reissue)
  • Country: US
  • Released: 1985
  • Genres: Electronic
  • Styles: Krautrock, Synth-pop
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format-details "LP, Album, Reissue",
  :format "Vinyl",
  :catalog-number "V 2003",
  :genres ["Electronic"],
  :title "Autobahn (US Pressing)",
  :released "1985",
  :label {:id "Vr4pS9", :etype "label", :title "Virgin Records"},
  :styles ["Krautrock" "Synth-pop"],
  :artists [{:id "Kw3fT1", :etype "artist", :title "Kraftwerk"}],
  :master {:id "Ab5hY4", :etype "master", :title "Autobahn"},
  :country "US"},
 :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 ""}]]]}