Information about plays

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

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

{
    "id": 369229,
    "uri": "https://api.kexp.org/v2/plays/369229/?format=api",
    "airdate": "2019-08-18T20:32:00-07:00",
    "show": 6155,
    "show_uri": "https://api.kexp.org/v2/shows/6155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Day in the Life",
    "track_id": "8d4d7358-5a0b-3bb3-95fb-9e67badac0f4",
    "recording_id": null,
    "artist": "Wolfgang Dauner Quintet",
    "artist_ids": [
        "e3c760c2-aa72-44d1-9c4f-a7433f6f4a10"
    ],
    "album": "The Oimels",
    "release_id": "cc8ea953-b24e-4ecc-8329-2b7ef2f27a79",
    "release_group_id": null,
    "labels": [
        "MPS"
    ],
    "label_ids": [
        "1eea3f89-5d49-4470-a58c-52c97cc44db5"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}