Aphex Twin

Edit

Real Name: Richard David James

Influential British electronic musician known for his experimental and varied output.

  • Country: UK
  • Active: 1985-present
  • Genres: Electronic, IDM, Ambient, Acid
  • Aliases: AFX, Polygon Window, Caustic Window
debug
page-type: entity
user: Guest (not logged in)
{:etype "artist",
 :doc
 {:title "Aphex Twin",
  :genres ["Electronic" "IDM" "Ambient" "Acid"],
  :aliases ["AFX" "Polygon Window" "Caustic Window"],
  :country "UK",
  :profile
  "Influential British electronic musician known for his experimental and varied output.",
  :real-name "Richard David James",
  :active-years "1985-present"},
 :schema
 [:map
  [:title [:string {:default "Artist Name"}]]
  [:real-name {:optional true} [:string {:default ""}]]
  [:profile {:optional true} [:string {:default ""}]]
  [:members
   {:optional true}
   [:vector
    [:map [:name :string] [:active {:optional true} :boolean]]]]
  [:aliases {:optional true} [:vector :string]]
  [:genres {:optional true} [:vector :string]]
  [:country {:optional true} [:string {:default ""}]]
  [:active-years {:optional true} [:string {:default ""}]]]}