Information about plays

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

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

{
    "id": 371863,
    "uri": "https://api.kexp.org/v2/plays/371863/?format=api",
    "airdate": "2019-08-24T20:03:18-07:00",
    "show": 6194,
    "show_uri": "https://api.kexp.org/v2/shows/6194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Optimism Duplicator",
    "track_id": "c6f8ded2-b150-430a-8c17-da1f5eb95c79",
    "recording_id": null,
    "artist": "Afterlife Giftshop",
    "artist_ids": [
        "b4512b0f-c87d-4209-8e36-3f4e1bed4b2a"
    ],
    "album": "Are For Sale",
    "release_id": "90328517-324f-41bb-a167-989b42dddd50",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afterlife Giftshop will be playing at the Sunset Tavern tonight with Temple Canyon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}