I see there is some more questions about this, but not useful for me.
Here i have the link and following code i am Link
<?php
$json=file_get_contents("http://2strok.com/radio.json");
$details=json_decode($json);
if($details->Response=='True')
?>
<?php echo $details->name[3];?><br>