Information about plays

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

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

{
    "id": 2681382,
    "uri": "https://api.kexp.org/v2/plays/2681382/?format=api",
    "airdate": "2020-01-02T21:57:42-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living and Dead",
    "track_id": "8b33bfaf-d07b-4a1d-a9b8-16e8d89caf0b",
    "recording_id": null,
    "artist": "Clay Beds",
    "artist_ids": [
        "4cde959e-92e7-491e-b9d8-6dd07b89e768"
    ],
    "album": "Clay Beds",
    "release_id": "0c3fd058-4731-403a-a34b-da9fd1e43126",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tacoma, WA based duo Clay Beds present their self titled debut release and are the latest local Pacific Northwest act to find a home on Seattle/Carnation label Hush Hush Records https://hushhushrecords.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}