Information about plays

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

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

{
    "id": 351001,
    "uri": "https://api.kexp.org/v2/plays/351001/?format=api",
    "airdate": "2019-07-06T21:05:00-07:00",
    "show": 5847,
    "show_uri": "https://api.kexp.org/v2/shows/5847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Image of Man",
    "track_id": "5118919d-dc2f-3ece-94b3-66bb0c32ccae",
    "recording_id": null,
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Alien Boy",
    "release_id": "b056f494-359c-4600-8caa-e68f6991442f",
    "release_group_id": null,
    "labels": [
        "Park Avenue"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wipers' third drummer, Steve Plouf operated a vintage goods/Zeno Records store in Portland, appropriately named Zeno Oddities, which closed sometime between 2009 and 2010.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}