Information about plays

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

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

{
    "id": 1294805,
    "uri": "https://api.kexp.org/v2/plays/1294805/?format=api",
    "airdate": "2007-10-24T20:34:12-07:00",
    "show": 22652,
    "show_uri": "https://api.kexp.org/v2/shows/22652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rPPw5mwFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rPPw5mwFL._SL75_.jpg",
    "song": "Jack the Ripper",
    "track_id": "9c9ebfaa-beb9-402d-8cf1-13a4233ed157",
    "recording_id": null,
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Strange House",
    "release_id": "80bc255a-cac0-4461-809e-fa3007d3024f",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}