Information about plays

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

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

{
    "id": 426437,
    "uri": "https://api.kexp.org/v2/plays/426437/?format=api",
    "airdate": "2001-05-21T04:26:40-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518njLgVULL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518njLgVULL._SL75_.jpg",
    "song": "Nursing Home Child",
    "track_id": "84ef96c2-08c6-4444-aee5-20d8807ceb88",
    "recording_id": null,
    "artist": "Coffin Break",
    "artist_ids": [
        "2726a5df-692f-40e4-a8b2-4f509a7ea2f6"
    ],
    "album": "Rupture / Psychosis",
    "release_id": "572a91ab-051b-424b-99be-e60d78a30410",
    "release_group_id": null,
    "labels": [
        "cz"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}