Information about plays

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

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

{
    "id": 377104,
    "uri": "https://api.kexp.org/v2/plays/377104/?format=api",
    "airdate": "2019-09-05T16:59:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover Man (Oh, Where Can You Be?)",
    "track_id": "ccf767d1-101f-3411-a741-b32789f947da",
    "recording_id": null,
    "artist": "Billie Holiday",
    "artist_ids": [
        "d59c4cda-11d9-48db-8bfe-b557ee602aed"
    ],
    "album": "Lover Man",
    "release_id": "7061fb7b-5f96-340e-987a-578f421389d2",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i/>On the Road</i>  is a novel by American writer Jack Kerouac, published on September 5, 1957. \nThe book is based on the travels of Kerouac and his friends across the United States. It is considered a defining work of the postwar Beat and Counterculture generations, with its protagonists living life against a backdrop of jazz, poetry, and drug use. The novel is a roman à clef, with many key figures of the Beat movement, such as William S. Burroughs, Allen Ginsberg and Neal Cassady represented by characters in the book, including Kerouac himself",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}