Information about plays

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

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

{
    "id": 459817,
    "uri": "https://api.kexp.org/v2/plays/459817/?format=api",
    "airdate": "2001-08-26T19:04:17-07:00",
    "show": 7799,
    "show_uri": "https://api.kexp.org/v2/shows/7799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RP59BWDWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RP59BWDWL._SL75_.jpg",
    "song": "That's How It Is",
    "track_id": "2b24dcaa-2843-4726-9979-9ce8e98ca205",
    "recording_id": null,
    "artist": "Casual",
    "artist_ids": [
        "7544a445-d40d-4394-92cf-626e31a8ada6"
    ],
    "album": "Fear Itself",
    "release_id": "186856fc-7ab3-4b91-8c98-6061355e20ac",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1994-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}