Information about plays

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

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

{
    "id": 376189,
    "uri": "https://api.kexp.org/v2/plays/376189/?format=api",
    "airdate": "2019-09-03T19:22:46-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please, Don't Kill My Child",
    "track_id": "9c0db8dd-2404-45d6-ac84-a7f1f6eef586",
    "recording_id": null,
    "artist": "Zomba Prison Project",
    "artist_ids": [
        "0ea9d96e-925b-486b-b8a3-44d5db6555a8"
    ],
    "album": "\"I Have No Everything Here\"",
    "release_id": "653f1c05-a49e-472d-aa17-5bd4c9553d2b",
    "release_group_id": null,
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2015-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Malawi. This album was recorded at the maximum-security Zomba Prison -- all of the musicians are inmates. Some are convicted of crimes like murder, some for just being homosexual (a crime in Malawi) or accusations of \"witchcraft.\" Ian Brennan produced the album -- see him speak September 23 at The Elliott Bay Book Company",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}