Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/531607/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 531607,
    "uri": "https://api.kexp.org/v2/plays/531607/?format=api",
    "airdate": "2002-03-27T03:17:21-08:00",
    "show": 9204,
    "show_uri": "https://api.kexp.org/v2/shows/9204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D6yKpBAWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D6yKpBAWL._SL75_.jpg",
    "song": "Ya Blink It's",
    "track_id": "21b0dfab-5777-4d55-b1d8-c1419686ec06",
    "recording_id": null,
    "artist": "Alien Crime Syndicate",
    "artist_ids": [
        "1969fd1d-cfdb-456a-833b-79638916d346"
    ],
    "album": "XL From Coast to Coast",
    "release_id": "815ec319-0ccd-4658-be81-e79f2c499b70",
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}