Information about plays

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

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

{
    "id": 3583235,
    "uri": "https://api.kexp.org/v2/plays/3583235/?format=api",
    "airdate": "2025-11-26T13:18:15-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "https://coverartarchive.org/release/b03b38ce-275b-4d1b-b740-3edb4cba3a86/4514854724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b03b38ce-275b-4d1b-b740-3edb4cba3a86/4514854724-250.jpg",
    "song": "To Hell With Poverty  (Gay Marvine Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Another Day/Another Dollar",
    "release_id": null,
    "release_group_id": "612e17f3-4dcc-34ea-883b-112fc8421527",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that \"To Hell With Poverty\" is the title of a recent memoir from frontman Jon King? \n\nHere's a May, 2025 interview with King about the book: https://dyingscene.com/dying-scene-interview-jon-king-talks-his-new-book-to-hell-with-poverty-a-class-act-inside-the-gang-of-four-and-the-long-goodbye-tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}