Information about plays

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

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

{
    "id": 491264,
    "uri": "https://api.kexp.org/v2/plays/491264/?format=api",
    "airdate": "2001-11-28T16:00:00-08:00",
    "show": 8418,
    "show_uri": "https://api.kexp.org/v2/shows/8418/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ddZhZpuKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ddZhZpuKL._SL75_.jpg",
    "song": "That Lucky Old Sun (Just Rolls Around Heaven All Day)",
    "track_id": "57440f88-5e9d-477c-a0b4-e36086390111",
    "recording_id": null,
    "artist": "Yusef Lateef",
    "artist_ids": [
        "2968722f-03d8-4e2f-88bc-f9975f147503"
    ],
    "album": "The Man With the Big Front Yard (disc 1)",
    "release_id": "77f1630a-4a1e-4230-9842-6b399c06bdba",
    "release_group_id": null,
    "labels": [
        "32 jazz"
    ],
    "label_ids": [],
    "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"
}