Information about plays

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

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

{
    "id": 2677169,
    "uri": "https://api.kexp.org/v2/plays/2677169/?format=api",
    "airdate": "2019-12-23T14:27:09-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/983ae253-215e-4f6c-8411-fa7ddcec2d94/19120789325-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue Monday ('88)",
    "track_id": "defc584d-bf56-317e-a5c4-145dc05b01c7",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "(The Best of) New Order",
    "release_id": "983ae253-215e-4f6c-8411-fa7ddcec2d94",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Monday! \"Blue Monday\" is a b-side off a 12-inch single and was originally released on March 7th 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}