Information about plays

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

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

{
    "id": 377106,
    "uri": "https://api.kexp.org/v2/plays/377106/?format=api",
    "airdate": "2019-09-05T17:05:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Excerpt of <i/>Visions of Cody</i>",
    "track_id": null,
    "recording_id": null,
    "artist": "Jack Kerouac",
    "artist_ids": [
        "ccf81e74-b701-4277-a599-3e0942e70b53"
    ],
    "album": "Live on The Steve Allen Show",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1959-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1959, Jack Kerouac appeared on The Steve Allen Show and was expected to read a passage from <i/>On The Road</i>. Unbeknownst to the host and the audience, Kerouac actually read a passage from his yet-to-be-published experimental novel, <i/>Visions of Cody</i>. Interestingly, the passage he read actually reflects on the response On The Road had generated.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}