Information about plays

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

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

{
    "id": 3619822,
    "uri": "https://api.kexp.org/v2/plays/3619822/?format=api",
    "airdate": "2026-02-20T07:03:58-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "https://ia601709.us.archive.org/25/items/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d-22039912154_thumb500.jpg",
    "thumbnail_uri": "https://dn720904.ca.archive.org/0/items/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d-22039912154_thumb250.jpg",
    "song": "This Woman's Work",
    "track_id": "461827c5-aa23-396b-b4e9-639a6e9f56d5",
    "recording_id": "3bca128f-9819-4685-8ce3-a3a2946e1aaf",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Sensual World",
    "release_id": "d7fe4164-109f-48d2-a35a-53f6502f3f3d",
    "release_group_id": "ad555095-b0a6-42c8-87aa-8ba035d20e12",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Friday, and welcome to The Morning Show with the delightful John Richards and indefatigable producer Owen Murphy. We’re so grateful that you’ve joined us today!\n--\nBush wrote this for a sequence in the 1988 movie She's Having A Baby where a man is waiting helplessly in a hospital while his wife gives birth in the next room. She wrote it from the man's point of view.\n--\nHere's the official music video: https://www.youtube.com/watch?v=UXzx--YefD8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}