Information about plays

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

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

{
    "id": 374489,
    "uri": "https://api.kexp.org/v2/plays/374489/?format=api",
    "airdate": "2019-08-30T14:02:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Castles Made of Sand",
    "track_id": "9d26fe63-50d4-3de6-a704-9c3ddd22e036",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "5e7648bb-d5c3-310d-9172-4022baaa5748",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by manager Chas Chandler, the song is a biographical story about Hendrix's childhood, and was recorded towards the end of the production cycle for Axis: Bold as Love.  Hendrix's brother, Leon Hendrix, has commented that the lyrics allude to their father's alcoholism, Leon being taken away so suddenly by Child Protective Services without announcement, and the abusive relationship between their parents (or from stories told by their grandmother, who was half-Cherokee).  https://bit.ly/2LgLpOk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}