Information about plays

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

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

{
    "id": 372475,
    "uri": "https://api.kexp.org/v2/plays/372475/?format=api",
    "airdate": "2019-08-26T07:56:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After the Snow",
    "track_id": "276a0418-b7d9-35df-bccb-c24ca441a8d7",
    "recording_id": null,
    "artist": "Modern English",
    "artist_ids": [
        "78605d0c-7454-456d-934c-51eb46122566"
    ],
    "album": "After the Snow",
    "release_id": "d06f688b-a6ff-4483-9623-b0371e1db4c3",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wrapping up Roxanne's mixtape for Michael, who says \"It's one of the few mixtapes I ensure survive (going so far as to pay someone to create a cassette holder for the cassette case.) Listening to this mix today, it is still relevant to our story in many ways. It has aged well - I still listen to it before I embark on any trip or new endeavor.\" You need to see this SUPER CUTE cassette holder: https://twitter.com/loserboy/status/1165992877836517376",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}