Information about plays

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

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

{
    "id": 3546912,
    "uri": "https://api.kexp.org/v2/plays/3546912/?format=api",
    "airdate": "2025-08-30T22:08:26-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/27992ae5-0d57-4642-a835-694895154ed6/40085285106-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27992ae5-0d57-4642-a835-694895154ed6/40085285106-250.jpg",
    "song": "Favourite Cop",
    "track_id": null,
    "recording_id": "3688ab7c-7c71-42e1-b1bb-6c12920e58ef",
    "artist": "Ausmuteants",
    "artist_ids": [
        "b5480abe-a31b-49ac-a540-2ab024cf5179"
    ],
    "album": "... Present the World in Handcuffs",
    "release_id": null,
    "release_group_id": "e2809560-9f69-4402-a36a-5a94ec0bcf9c",
    "labels": [
        "ANTI FADE records"
    ],
    "label_ids": [
        "c32f8eee-9c16-429a-93ac-acc0a949e62a"
    ],
    "release_date": "2019-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Differing to previous Ausmuteants records, The World In Handcuffs was written (and narrated) entirely by guitarist Shaun Connor, as a concept album that explores a piss-take look on life from the perspective of a police officer.\n\nhttps://ausmuteants.bandcamp.com/album/present-the-world-in-handcuffs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}