Information about plays

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

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

{
    "id": 373936,
    "uri": "https://api.kexp.org/v2/plays/373936/?format=api",
    "airdate": "2019-08-29T10:08:47-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?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": "Dead Moon, from Portland, Oregon, formed in 1987. This track was covered by Pearl Jam;  they often segue it with their song \"Daughter\" in live performances.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}