Information about plays

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

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

{
    "id": 3543195,
    "uri": "https://api.kexp.org/v2/plays/3543195/?format=api",
    "airdate": "2025-08-22T06:34:00-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia903100.us.archive.org/34/items/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a-1623267859_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/34/items/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a-1623267859_thumb250.jpg",
    "song": "No Excuses",
    "track_id": "49bf016d-8998-360d-8d35-92088e4beec7",
    "recording_id": "a87bcd80-ef4b-463b-ba57-66dbfa98bff8",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Jar of Flies",
    "release_id": "2857f72f-fe40-3149-9f3d-f29f1276997a",
    "release_group_id": "3b6b7688-c97b-3d11-9334-3158468074f7",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-01-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Evan!\n\nLayne was born on this day in 1967. He died April 5, 2002 at the age of 34.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}