Information about plays

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

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

{
    "id": 3641004,
    "uri": "https://api.kexp.org/v2/plays/3641004/?format=api",
    "airdate": "2026-04-12T01:33:38-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/167d9826-81d0-42fe-a6e4-0f7dd295c69f/42050056692-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/167d9826-81d0-42fe-a6e4-0f7dd295c69f/42050056692-250.jpg",
    "song": "Cerebral Scour",
    "track_id": null,
    "recording_id": "5d0efc0d-505e-4251-ade2-40bd057f5823",
    "artist": "Wretched Blessing",
    "artist_ids": [
        "120d9ff4-58f7-4f36-9d56-a5aca304376f"
    ],
    "album": "Psychic Barriers to Entry",
    "release_id": null,
    "release_group_id": "0172bf2b-3e15-43d7-a437-0ac8fd84de56",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wretched Blessing is a Chicago-based duo featuring Kayhan Vaziri (Yautja, Coliseum) on guitar and vocals, and Rae Amitay (Immortal Bird) on drums and vocals. Catch them live at Neumos on Friday, May 8th, as part of Seattle’s Northwest Terror Fest. https://wretchedblessing.bandcamp.com/album/psychic-barriers-to-entry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}