Information about plays

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

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

{
    "id": 345889,
    "uri": "https://api.kexp.org/v2/plays/345889/?format=api",
    "airdate": "2019-06-25T08:51:00-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Eraser",
    "track_id": "5c5ef022-d2f2-385f-9c3e-fa0d96acd34e",
    "recording_id": null,
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "The Eraser",
    "release_id": "005f0c9a-05fe-37d6-b3f9-44440968b17f",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2006-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke will release his new solo album, Anima, digitally on June 27th, with a physical version arriving July 19th.  To accompany the digital release of Anima, Yorke will also share a new short film of the same name, directed by Paul Thomas Anderson. The “one-reeler,” featuring three tracks from the album, will hit Netflix June 27th and also play at the Pacific Science Center IMAX theater tomorrow at 6:45 pm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}