Information about plays

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

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

{
    "id": 353204,
    "uri": "https://api.kexp.org/v2/plays/353204/?format=api",
    "airdate": "2019-07-11T20:52:56-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Happens All the Time",
    "track_id": "f0bb231b-6b34-42ae-9125-2f6bf0d51e5b",
    "recording_id": null,
    "artist": "Drunken Prayer",
    "artist_ids": [
        "b1cbad50-f768-4422-a70a-b261471eefac"
    ],
    "album": "Cordelia Elsewhere",
    "release_id": "cb5de1ab-a1d4-4c87-b472-0adacf86f986",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}