Information about plays

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

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

{
    "id": 379364,
    "uri": "https://api.kexp.org/v2/plays/379364/?format=api",
    "airdate": "2019-09-11T01:39:00-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1880 or So",
    "track_id": "f3efbb89-3b0e-3a63-b7a2-710d903bbf38",
    "recording_id": null,
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Television",
    "release_id": "e55871f3-a0f4-32a5-beb5-72efbf8ae23e",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Television frontman Tom Verlaine wrote the lyrics, which was inspired by \"bad 19th-century poetry. He got the idea after reading a magazine targeted to housewives that published poems submitted by their readers, which was predictably inept. \"They were all kind of kitschy,\" Verlaine told The Bob in 1993. \"But at the same time, the people who wrote them were obviously really serious and they were very well-intended. There was just something about the simplicity of this stuff.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}