Information about plays

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

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

{
    "id": 351591,
    "uri": "https://api.kexp.org/v2/plays/351591/?format=api",
    "airdate": "2019-07-08T06:20:00-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?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": "This month, Frightened Rabbit will release  Tiny Changes: A Celebration Of The Midnight Organ Fight, a reimagining of their 2008 album, recorded last year by friends of the band to celebrate its 10th anniversary. This single by Julien Baker is part of that album.  Scott Hutchison, who died last year, played a big role in piecing together the compilation. “This is a celebration of a record that connected thousands of people to Scott and connected thousands of people to each other and ten years on is still managing to do it,” the band wrote in the album announcement. A portion of the proceeds from album sales will benefit Tiny Changes, the mental health charity launched  in Hutchison’s honor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}