Information about plays

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

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

{
    "id": 369845,
    "uri": "https://api.kexp.org/v2/plays/369845/?format=api",
    "airdate": "2019-08-20T10:59:00-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn to Hate",
    "track_id": "e01916c3-8040-4241-b75b-c87cae382455",
    "recording_id": null,
    "artist": "Orville Peck",
    "artist_ids": [
        "437b356d-88f1-4dde-af5e-dec1c9d7dde4"
    ],
    "album": "Pony",
    "release_id": "6e721f8c-1884-45d6-af51-bdb4dc9240c4",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orville Peck will  be LIVE on KEXP on Saturday, August 24th,  at 2:30 p.m. as part of the  debut THING  in Port Townsend, Washington, Saturday and Sunday, August 24th- 25th, 2019.  Learn more about KEXP's live performances at THING here:   https://www.kexp.org/events/thing-fest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}