Information about plays

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

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

{
    "id": 3636288,
    "uri": "https://api.kexp.org/v2/plays/3636288/?format=api",
    "airdate": "2026-04-01T03:53:26-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-ed2eed5e-19ed-4b6e-8433-41c7f24b8c7a/mbid-ed2eed5e-19ed-4b6e-8433-41c7f24b8c7a-21505328339_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-ed2eed5e-19ed-4b6e-8433-41c7f24b8c7a/mbid-ed2eed5e-19ed-4b6e-8433-41c7f24b8c7a-21505328339_thumb250.jpg",
    "song": "She Came in Through the Bathroom Window",
    "track_id": "edc4e5be-4dcc-3bc4-93c4-a37f553c168c",
    "recording_id": "63e9c274-ada0-4a8d-9484-f2caafbf5d6b",
    "artist": "Ike & Tina Turner",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13"
    ],
    "album": "Feel Good",
    "release_id": "ed2eed5e-19ed-4b6e-8433-41c7f24b8c7a",
    "release_group_id": "f9f28998-0d1e-3c1d-959e-0198db19e83b",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}