Information about plays

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

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

{
    "id": 3594426,
    "uri": "https://api.kexp.org/v2/plays/3594426/?format=api",
    "airdate": "2025-12-22T10:11:16-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christian Brothers",
    "track_id": "395ca66a-835e-4015-8253-d45204da8244",
    "recording_id": "84592e2f-dc65-42a5-8b4d-36319dc518ae",
    "artist": "Momma",
    "artist_ids": [
        "a17342a6-e661-4874-9687-957caf010377"
    ],
    "album": "Welcome to My Blue Sky",
    "release_id": "bf8df952-2285-44c7-bf56-b5d311147464",
    "release_group_id": "453f2f7b-fa88-4d29-bd43-a512464ef2d0",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of the Heatmiser/Elliott Smith song about standing up to his step-father, with the aid of alcohol (Christian Brothers brandy, to be specific). This track closes the deluxe version Momma's album, Welcome to My Blue Sky.\n\nMomma will be at Treefort Music Fest in Boise March 25-29.\n\nhttps://www.mommaband.com\nhttps://mommaband.bandcamp.com/\n\nCalabasas, California, band Momma performed Live on KEXP earlier this year: https://www.youtube.com/watch?v=1bkLMQ2IoqI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}