Information about plays

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

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

{
    "id": 1295517,
    "uri": "https://api.kexp.org/v2/plays/1295517/?format=api",
    "airdate": "2007-10-26T16:31:10-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KP3SY3W8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KP3SY3W8L._SL75_.jpg",
    "song": "Hypnotize",
    "track_id": null,
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "Elephant",
    "release_id": "bb65ebd8-2120-4723-8da7-58c385576419",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}