Information about plays

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

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

{
    "id": 3545465,
    "uri": "https://api.kexp.org/v2/plays/3545465/?format=api",
    "airdate": "2025-08-27T11:11:05-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia801600.us.archive.org/31/items/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99-5758998008_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/31/items/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99/mbid-1c58971d-35b1-3463-ba07-4668b8f77f99-5758998008_thumb250.jpg",
    "song": "Weirdo",
    "track_id": "ffc0cc1e-15e2-3b12-aa92-2c7d1a4b841f",
    "recording_id": "cd3d21dd-7d72-416d-86e0-a4986f6e3c5b",
    "artist": "The Charlatans",
    "artist_ids": [
        "8434409e-baa9-4e12-b4aa-566a91c7d7cf"
    ],
    "album": "Between 10th and 11th",
    "release_id": "527b7784-4135-39b3-a878-ade42083c8c5",
    "release_group_id": "a8e94c11-c07c-393f-ab17-6c5a9c0adfa3",
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Angie in Wallingford!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}