Information about plays

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

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

{
    "id": 379171,
    "uri": "https://api.kexp.org/v2/plays/379171/?format=api",
    "airdate": "2019-09-10T15:26:00-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t You (Forget About Me)",
    "track_id": "2edcb614-3b07-435b-a07c-9f34589cb294",
    "recording_id": null,
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Once Upon a Time",
    "release_id": "d9823273-0317-4ef6-ba23-404fad7698cd",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "2015-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sherry says, \"We lost our friend Erik Johnson earlier this year to suicide. I can't tell you how much this loss has brought to so many. Not just his family, not just his friends, not just the people he met, or the endless support he gave to SOWA. He was a huge 80s fan- loved John Hughes movies and as a result- I have two song requests if you may indulge.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}