Information about plays

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

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

{
    "id": 346378,
    "uri": "https://api.kexp.org/v2/plays/346378/?format=api",
    "airdate": "2019-06-26T07:35:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "25, ALIVE",
    "track_id": null,
    "recording_id": null,
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "While My Father Sleeps",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, Rose by request!!! <br> </br> \"While My Father Sleeps\" by the Olympia-based band Oh, Rose, tells the complex story of family, adversity, love, and friendship. In ten songs, the record bears the soul and shares the truths of the band’s frontperson and creative driver, Olivia Rose, while also serving as an homage to Rose’s mother, who passed away in January of 2017. It is Rose’s life’s story, told under the banner of a story her mother was never able to finish. <br> </br> Oh, Rose plays tonight at the Neptune Theatre! Info here: https://www.stgpresents.org/neptune/events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}