Information about plays

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

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

{
    "id": 458939,
    "uri": "https://api.kexp.org/v2/plays/458939/?format=api",
    "airdate": "2001-08-24T00:07:30-07:00",
    "show": 7779,
    "show_uri": "https://api.kexp.org/v2/shows/7779/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YGTA03WSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YGTA03WSL._SL75_.jpg",
    "song": "Arctikal",
    "track_id": "ae8efa61-04ba-4ed4-bb41-c99069adde6a",
    "recording_id": null,
    "artist": "Antarctica",
    "artist_ids": [
        "fd75020a-62fc-4ab0-9855-f5e328052762"
    ],
    "album": "81:03 (disc 2)",
    "release_id": "ec28110c-e055-4c16-864f-883f66821fe6",
    "release_group_id": null,
    "labels": [
        "File 13 Records"
    ],
    "label_ids": [
        "eb0e692f-ddda-4261-8b2b-d5db1243a72a"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}