Information about plays

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

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

{
    "id": 378366,
    "uri": "https://api.kexp.org/v2/plays/378366/?format=api",
    "airdate": "2019-09-08T13:23:08-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "watch you sleep.",
    "track_id": "aa80dbc2-d04c-4133-9624-8f3b759327df",
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "Chapter 2",
    "release_id": "21fdb341-199c-486a-8b94-dc7dbc67a8d3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stage name of Norwegian artist Marie Ulven Ringheim. At The Crocodile Monday September 23. https://www.worldinred.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}