Information about plays

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

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

{
    "id": 455048,
    "uri": "https://api.kexp.org/v2/plays/455048/?format=api",
    "airdate": "2001-08-13T02:45:52-07:00",
    "show": 7705,
    "show_uri": "https://api.kexp.org/v2/shows/7705/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T30YX5N9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T30YX5N9L._SL75_.jpg",
    "song": "Death Hollow Canton, Utah",
    "track_id": null,
    "recording_id": null,
    "artist": "Blind Idiot God",
    "artist_ids": [
        "3165e9a0-c313-47ac-ab99-f36834365e9b"
    ],
    "album": "Cyclotron",
    "release_id": "b4ce565c-0bfd-4b18-ae04-0c59687edef2",
    "release_group_id": null,
    "labels": [
        "Disk Union"
    ],
    "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"
}