Information about plays

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

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

{
    "id": 3640731,
    "uri": "https://api.kexp.org/v2/plays/3640731/?format=api",
    "airdate": "2026-04-11T12:33:19-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "https://dn710905.ca.archive.org/0/items/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5-29475045164_thumb500.jpg",
    "thumbnail_uri": "https://dn710905.ca.archive.org/0/items/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5-29475045164_thumb250.jpg",
    "song": "The National Anthem",
    "track_id": "a2f1129f-002f-4efb-85f8-6efb3dd099fb",
    "recording_id": "112a00e0-7994-4fe3-8cc6-240ce016bd20",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "af94b009-b110-4c50-8f7a-7a122d6a2257",
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Giving away tix to Kid A Mnesia at the Palace of Fine Arts! https://kida-mnesia.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}