Selected Ambient Works 85-92 (2018 Reissue)

Edit

By: Aphex Twin

Master: Selected Ambient Works 85-92

  • Label: Warp Records - AMBLP3922
  • Format: Vinyl (2xLP, Album, Reissue, Remastered)
  • Country: UK
  • Released: 2018
  • Genres: Electronic
  • Styles: Ambient, IDM
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format-details "2xLP, Album, Reissue, Remastered",
  :format "Vinyl",
  :catalog-number "AMBLP3922",
  :genres ["Electronic"],
  :title "Selected Ambient Works 85-92 (2018 Reissue)",
  :released "2018",
  :label {:id "Wp8kL3", :etype :label, :title "Warp Records"},
  :styles ["Ambient" "IDM"],
  :artists [{:id "Ax7qR5", :etype :artist, :title "Aphex Twin"}],
  :master
  {:id "Sw3pB8",
   :etype :master,
   :title "Selected Ambient Works 85-92"},
  :country "UK"},
 :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 ""}]]]}