Information about plays

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

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

{
    "id": 372492,
    "uri": "https://api.kexp.org/v2/plays/372492/?format=api",
    "airdate": "2019-08-26T08:52:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This",
    "track_id": "50bee188-3906-357d-a5db-7508bb2c881e",
    "recording_id": null,
    "artist": "Modeselektor",
    "artist_ids": [
        "8a7a4e72-a099-425f-8238-80706fc1c746"
    ],
    "album": "Monkeytown",
    "release_id": "01babab2-d97d-48f8-9f57-4bb2b23578c4",
    "release_group_id": null,
    "labels": [
        "Monkeytown Records"
    ],
    "label_ids": [],
    "release_date": "2011-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sometimes it takes a major shock to the system to awaken and sustain the will to change. About Five years ago, I had a major health issue. My surgeon was direct with me: I needed to change a lot of things in my life or (probably) die at a relatively young age. Incorporating exercise into my routine was at or near the top of the “change” list. I started walking my dog for a few miles on a regular basis. And — to make things more enjoyable — I also listened to some of my favorite songs..\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}