Information about plays

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

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

{
    "id": 471453,
    "uri": "https://api.kexp.org/v2/plays/471453/?format=api",
    "airdate": "2001-09-30T11:15:00-07:00",
    "show": 8028,
    "show_uri": "https://api.kexp.org/v2/shows/8028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fan It",
    "track_id": "a72475ec-dac3-4436-b9ea-7397d415494a",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Mojo Hand: The Anthology (disc 2)",
    "release_id": "5aefbe2c-576c-4fad-9469-8a4a50113a08",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}