Information about plays

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

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

{
    "id": 343833,
    "uri": "https://api.kexp.org/v2/plays/343833/?format=api",
    "airdate": "2019-06-20T07:35:00-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Modern Leper",
    "track_id": null,
    "recording_id": null,
    "artist": "Julien Baker",
    "artist_ids": [
        "e3bda984-f349-4924-b4b8-f72478bbb3f3"
    ],
    "album": "",
    "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": "Frightened Rabbit cover by Julien Baker to be featured on the forthcoming release <i>Tiny Changes: A Celebration Of The Midnight Organ Fight</i>. It will also include covers by the National’s Aaron Dessner, Chvrches’ Lauren Mayberry, the Hold Steady’s Craig Finn, Katie Harkin, Sarah Silverman, Manchester Orchestra, and Ben Gibbard. Portions of the sale from this album (out on July 12th) will benefit the mental health charity Tiny Changes - https://lnk.to/TinyChanges",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}