Information about plays

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

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

{
    "id": 3578766,
    "uri": "https://api.kexp.org/v2/plays/3578766/?format=api",
    "airdate": "2025-11-16T00:09:58-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d8288a2-7126-41f4-92cb-4e8fcd860bd4/37786093574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d8288a2-7126-41f4-92cb-4e8fcd860bd4/37786093574-250.jpg",
    "song": "Leatherface",
    "track_id": null,
    "recording_id": "6feed3ca-9fef-4e82-b5dd-5e3e2bcbdfb7",
    "artist": "Lȧȧz Rockit",
    "artist_ids": [
        "0a3386b0-9634-40bf-aab4-4999dcad0e6d"
    ],
    "album": "Leatherface: The Texas Chainsaw Massacre III",
    "release_id": null,
    "release_group_id": "14df4a5c-5c3b-3f12-977a-a6c07ff61721",
    "labels": [
        "Medusa Records"
    ],
    "label_ids": [
        "240b3f80-f3f0-49e7-a094-129f6babe2a8"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The name Lȧȧz Rockit came from the Clint Eastwood movie \"The Enforcer\" where Clint ends the film by shooting a tower with a \"L\"ight \"A\"nti-tank \"W\"eapons \"S\"ystem rocket [LAWS]. After Lȧȧz Rockit disbanded in 1982, some of the members released another album under the band name Gack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}