We sent the following elements with our REQUEST:

We got back the following array in RESPONSE:
array(3) {
  ["ArtistID"]=>
  array(1) {
    [0]=>
    string(5) "42028"
  }
  ["ArtistRadioLoFiExists"]=>
  array(1) {
    [0]=>
    string(1) "1"
  }
  ["ArtistRadioHiFiExists"]=>
  array(1) {
    [0]=>
    string(1) "1"
  }
}

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