Information about plays

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

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

{
    "id": 456141,
    "uri": "https://api.kexp.org/v2/plays/456141/?format=api",
    "airdate": "2001-08-16T02:08:34-07:00",
    "show": 7723,
    "show_uri": "https://api.kexp.org/v2/shows/7723/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HPN0J9P1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HPN0J9P1L._SL75_.jpg",
    "song": "Maxi Curls",
    "track_id": "d307a339-49e7-4983-af5b-f6dde51c1f1b",
    "recording_id": null,
    "artist": "Kool Keith",
    "artist_ids": [
        "4939695e-1f38-496f-978f-4ebf9ef13e9d"
    ],
    "album": "Black Elvis / Lost in Space",
    "release_id": "22a8ede3-e377-4c33-a483-7c0b06de5d25",
    "release_group_id": null,
    "labels": [
        "Ruffhouse/Columbia"
    ],
    "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"
}