Information about plays

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

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

{
    "id": 373618,
    "uri": "https://api.kexp.org/v2/plays/373618/?format=api",
    "airdate": "2019-08-28T17:12:54-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's O.K.",
    "track_id": "9c4c91bc-ffd4-33b2-91b3-2fdd5bbdc228",
    "recording_id": null,
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Echoes of the Past",
    "release_id": "5c391077-e2ed-4d23-a444-59185b7e5f76",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Paying tribute to Fred Cole, frontman for Dead Moon, who would've been 71 today.  \"It's okay, we love you anyway...\"  R.I.P Fred",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}