Information about plays

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

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

{
    "id": 369887,
    "uri": "https://api.kexp.org/v2/plays/369887/?format=api",
    "airdate": "2019-08-20T13:41:23-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrestle It Out",
    "track_id": "7dfa8349-a946-4158-a52f-41794cb9d217",
    "recording_id": null,
    "artist": "Carrie Akre",
    "artist_ids": [
        "d4b880f0-b815-4050-90c7-309ee3a7ee3b"
    ],
    "album": "Passage",
    "release_id": "054b49ac-2bf0-4076-8d29-70bd3c61e3f4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can hear Carrie Akre at Fawcett Hall at Alma Mater in Tacoma, Washington on Friday, October 18th, 2019.  In this interview last year, she talked about her 10-year-hiatus, her return, and being a single mom:  https://thefoldmag.com/motherhood/carrie-akre-on-her-10-year-hiatus-returning-to-the-rock-star-life-and-becoming-a-mother-of-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}