Information about plays

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

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

{
    "id": 3595352,
    "uri": "https://api.kexp.org/v2/plays/3595352/?format=api",
    "airdate": "2025-12-24T12:39:18-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab2bd9ee-9301-3d72-80a0-48380ae50491/23731830364-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab2bd9ee-9301-3d72-80a0-48380ae50491/23731830364-250.jpg",
    "song": "Your Hand in Mine",
    "track_id": null,
    "recording_id": "4e7338bc-eb84-44ad-8532-8329267992a0",
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "The Earth Is Not a Cold Dead Place",
    "release_id": null,
    "release_group_id": "dfc9abdd-b9b8-3cea-b760-cb620e20825e",
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2003-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}