Information about plays

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

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

{
    "id": 3636276,
    "uri": "https://api.kexp.org/v2/plays/3636276/?format=api",
    "airdate": "2026-04-01T03:24:11-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-76e673df-efe9-4735-9952-7c97c5d2e6ce/mbid-76e673df-efe9-4735-9952-7c97c5d2e6ce-11206267772_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-76e673df-efe9-4735-9952-7c97c5d2e6ce/mbid-76e673df-efe9-4735-9952-7c97c5d2e6ce-11206267772_thumb250.jpg",
    "song": "Girls' Room",
    "track_id": "856a564f-7e86-329b-b90e-7c53f0244238",
    "recording_id": "24fd10ba-ee70-4f4c-a951-cfbbf2af2157",
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "whitechocolatespaceegg",
    "release_id": "76e673df-efe9-4735-9952-7c97c5d2e6ce",
    "release_group_id": "fbce2832-8614-346b-9e72-236827a22dd5",
    "labels": [
        "Matador",
        "Capitol Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}