Information about plays

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

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

{
    "id": 3594105,
    "uri": "https://api.kexp.org/v2/plays/3594105/?format=api",
    "airdate": "2025-12-21T16:35:21-08:00",
    "show": 65440,
    "show_uri": "https://api.kexp.org/v2/shows/65440/?format=api",
    "image_uri": "https://ia803205.us.archive.org/4/items/mbid-f5e83da8-678d-4d54-b3ae-c2e051167a4c/mbid-f5e83da8-678d-4d54-b3ae-c2e051167a4c-9233011263_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/4/items/mbid-f5e83da8-678d-4d54-b3ae-c2e051167a4c/mbid-f5e83da8-678d-4d54-b3ae-c2e051167a4c-9233011263_thumb250.jpg",
    "song": "Jim Cain",
    "track_id": "cb1eabf0-470f-38cd-a37b-5ecfe2c94fd6",
    "recording_id": "129ef3be-434e-4855-a95e-1fb4ff921df1",
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "Sometimes I Wish We Were an Eagle",
    "release_id": "f5e83da8-678d-4d54-b3ae-c2e051167a4c",
    "release_group_id": "67caf928-e13e-35fb-9faf-2777c007d59f",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Cole's favorite album of 2009! https://kexp.org/50\n\nBill Callahan began performing under the band name Smog; this is from his second album under his own name.\n\nThis song was written about crime-fiction author James M Cain, famous for books such as Double Indemnity, Mildred Pierce, and The Postman Always Rings Twice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}