Information about plays

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

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

{
    "id": 353128,
    "uri": "https://api.kexp.org/v2/plays/353128/?format=api",
    "airdate": "2019-07-11T17:16:00-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When My Time Comes",
    "track_id": null,
    "recording_id": null,
    "artist": "Dawes",
    "artist_ids": [
        "59bc9caa-5700-4c77-9ab7-f089aa7a357f"
    ],
    "album": "North Hills",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After undergoing surgery and months of radiation treatment, Grunewald returned in 2010 for a final year of collegiate competition, where she set a school record in the 1,500-meters (which still stands). In 2010, Grunewald was diagnosed with a separate form of cancer in her thyroid. She got treatment immediately and continued to run. In 2012, she finished fourth at the U.S. Olympic Trials in the 1,500-meters, coming within one place of making the team. In 2014, she won a national championship in the 3,000-meters. In 2013, four years after being diagnosed with ACC, she ran a personal best of 4:01.48 for the 1,500; at the time, it made her the eleventh fastest American ever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}