Information about plays

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

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

{
    "id": 3596093,
    "uri": "https://api.kexp.org/v2/plays/3596093/?format=api",
    "airdate": "2025-12-26T02:48:27-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?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": "Too Many Birds",
    "track_id": "50fe8e06-12d4-3708-9bdf-b7ddb7fb1ea8",
    "recording_id": "077c17ed-6986-41d2-8d9b-8d4e871e6a74",
    "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": "This is one of the greatest songs ever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}