Information about plays

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

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

{
    "id": 369990,
    "uri": "https://api.kexp.org/v2/plays/369990/?format=api",
    "airdate": "2019-08-20T16:55:48-07:00",
    "show": 6167,
    "show_uri": "https://api.kexp.org/v2/shows/6167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunglasses",
    "track_id": "40fa0621-e9bb-4348-b3ee-8d5469af7a1b",
    "recording_id": null,
    "artist": "Black Country, New Road",
    "artist_ids": [
        "e9403d9c-329b-4108-a26f-564159d441d9"
    ],
    "album": "Sunglasses",
    "release_id": "b253f362-9392-41f0-9c6d-9f073de1c2a6",
    "release_group_id": null,
    "labels": [
        "Blank Editions"
    ],
    "label_ids": [
        "8c2cb1fb-8f6a-4e23-9f8b-9df5b4839cfd"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frontman Isaac Wood says of this track: \"It describes a series of events, loosely connected, all yet to happen. The song was intended to be highly inspirational. The lyrics are sometimes concerned with symbols of wealth or affluence but they are not written from a critical or even external position.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}