Information about plays

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

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

{
    "id": 3596141,
    "uri": "https://api.kexp.org/v2/plays/3596141/?format=api",
    "airdate": "2025-12-26T05:48:57-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "https://ia600304.us.archive.org/14/items/mbid-d8f53d5b-0833-443b-a2df-5a33ce2022e0/mbid-d8f53d5b-0833-443b-a2df-5a33ce2022e0-17604926828_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/14/items/mbid-d8f53d5b-0833-443b-a2df-5a33ce2022e0/mbid-d8f53d5b-0833-443b-a2df-5a33ce2022e0-17604926828_thumb250.jpg",
    "song": "Dancing on Our Graves",
    "track_id": "95665520-39e2-313d-b92b-eb90b40985a9",
    "recording_id": "e5b94852-8695-4530-9e3c-4142a09fed5a",
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Invitation Songs",
    "release_id": "d8f53d5b-0833-443b-a2df-5a33ce2022e0",
    "release_group_id": "a3f1af30-d430-3b1a-83bb-33d212e3b21b",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from this Seattle band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}