Information about plays

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

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

{
    "id": 373509,
    "uri": "https://api.kexp.org/v2/plays/373509/?format=api",
    "airdate": "2019-08-28T13:06:27-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Common People",
    "track_id": "c84c42e9-824a-358c-97f4-4ab033e4f799",
    "recording_id": null,
    "artist": "William Shatner",
    "artist_ids": [
        "a406a684-7c88-442b-836d-3b9b67bbc91d"
    ],
    "album": "Has Been",
    "release_id": "4c32f746-e072-3c8d-8acd-c283907d1643",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This grocery themed playlist is called \"Supermarket Shuffle,\" by AJ. <br></br>\"This is for everyone who walked into a grocery store on a Sunday.  For everyone who grabbed a cart on their way in and looked to the checkout aisles and saw every lane packed to the gills, realizing they just committed to a 45 minute adventure.  For everyone who ate a giant meal before shopping and now doesn't want to buy anything, but they know come lunch time tomorrow, they're screwed if they come home empty.  For everyone that is starving when they shop and everything sounds amazing and they mentally plan 5 course meals they know they'll never eat.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}