Information about plays

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

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

{
    "id": 352335,
    "uri": "https://api.kexp.org/v2/plays/352335/?format=api",
    "airdate": "2019-07-09T23:29:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sister Buddha",
    "track_id": null,
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Days of the Bagnold Summer",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track will be featured in the Glasgow band’s score for the film Days of the Bagnold Summer, out September 13th.The directorial debut of actor-comedian Simon Bird, the soundtrack also features some Belle and Sebastian deep cuts, including “Get Me Away From Here, I’m Dying” from 1996’s If You’re Feeling Sinister.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}