Information about plays

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

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

{
    "id": 3592294,
    "uri": "https://api.kexp.org/v2/plays/3592294/?format=api",
    "airdate": "2025-12-17T14:03:57-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "https://ia803200.us.archive.org/5/items/mbid-011bab10-510c-34d1-acab-cc3a18d95729/mbid-011bab10-510c-34d1-acab-cc3a18d95729-3627817856_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/5/items/mbid-011bab10-510c-34d1-acab-cc3a18d95729/mbid-011bab10-510c-34d1-acab-cc3a18d95729-3627817856_thumb250.jpg",
    "song": "Putting the Damage On",
    "track_id": "590fb324-4925-38ae-80b1-8b109430cef9",
    "recording_id": "2f4eb12d-82de-42af-ac0e-c8444f9c57ed",
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "Boys for Pele",
    "release_id": "011bab10-510c-34d1-acab-cc3a18d95729",
    "release_group_id": "120da7c5-dd0f-38cd-abcd-3c3b8f0dcde9",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On Boys For Pele, Amos finds the border where language fractures and the psyche begins to speak in symbols—where private experience becomes mythic narrative. Across its 70-minute runtime, she refracts her most hidden thoughts into an archetypal drama.\" \nhttps://pitchfork.com/reviews/albums/tori-amos-boys-for-pele/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}