We sent the following elements with our REQUEST:

We got back the following array in RESPONSE:
array(2) {
  ["ArtistID"]=>
  array(1) {
    [0]=>
    string(5) "41868"
  }
  ["Artist"]=>
  array(1) {
    [0]=>
    array(18) {
      ["ArtistName"]=>
      string(12) "Thomas Regin"
      ["ArtistURL"]=>
      string(11) "thomasregin"
      ["Website"]=>
      string(27) "http://www.thomas-regin.com"
      ["MusicalInfluence"]=>
      string(65) "Billy Joel, Elton John, Queen, Sting, Phil Collins, Leonard Cohen"
      ["SoundsLike"]=>
      string(17) "All and no one.. "
      ["ArtistPictureExists"]=>
      string(1) "1"
      ["FirstOnlineDate"]=>
      string(19) "16.11.2003 00:46:07"
      ["PostalCode"]=>
      string(4) "2200"
      ["City"]=>
      string(12) "Copenhagen N"
      ["CountryID"]=>
      string(2) "54"
      ["CountryCode"]=>
      string(2) "DK"
      ["CountryName"]=>
      string(7) "Denmark"
      ["ArtistGenreID"]=>
      string(3) "103"
      ["ArtistGenreParentID"]=>
      string(2) "98"
      ["ArtistGenreTopParentID"]=>
      string(2) "98"
      ["ArtistGenreName"]=>
      string(7) "PopRock"
      ["ArtistParentGenreName"]=>
      string(3) "Pop"
      ["ArtistTopParentGenreName"]=>
      string(3) "Pop"
    }
  }
}

We assign the array to seperate variables and OUTPUT these (without any design here):