Information about plays

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

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

{
    "id": 3632119,
    "uri": "https://api.kexp.org/v2/plays/3632119/?format=api",
    "airdate": "2026-03-21T21:18:33-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/2229b973-b16e-4504-87b6-b03871932f43/37351029252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2229b973-b16e-4504-87b6-b03871932f43/37351029252-250.jpg",
    "song": "(I Saw) Batman (In The Launderette)",
    "track_id": null,
    "recording_id": "378ecb4f-f175-4509-b79e-2f935ec8d122",
    "artist": "The Shapes",
    "artist_ids": [
        "faa75722-b610-49bc-8308-b7c2c1423089"
    ],
    "album": "Wot's For Lunch Mum? EP",
    "release_id": null,
    "release_group_id": "441e5c29-7247-4457-99d2-c2c904f272d7",
    "labels": [
        "Sofa Records"
    ],
    "label_ids": [
        "cb6f0105-d4b6-4b5e-a170-84df4b0d96a0"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I Saw Batman In The Launderette, is based on a true story about a man dressed as the titular superhero who handed a wanted criminal into a Yorkshire police station, he'd earlier been spotted in a Leamington Spa coin-op laundrette. https://www.facebook.com/shapesoxford/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}