Information about plays

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

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

{
    "id": 371191,
    "uri": "https://api.kexp.org/v2/plays/371191/?format=api",
    "airdate": "2019-08-23T07:07:12-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "101 FM",
    "track_id": "db06a915-97cb-4f2a-842f-7db9726382a9",
    "recording_id": null,
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "101 FM",
    "release_id": "594ae72f-e219-427c-af4d-c49f5bcc2d12",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Simz looks back to her days of \"Playing PS2, Crash Bandicoot, Mortal Kombat\" on this single. Here are the lyrics:https://genius.com/Little-simz-101-fm-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}