Information about plays

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

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

{
    "id": 3632731,
    "uri": "https://api.kexp.org/v2/plays/3632731/?format=api",
    "airdate": "2026-03-23T12:20:12-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-97504de5-a973-47a0-b174-660e6904864a/mbid-97504de5-a973-47a0-b174-660e6904864a-6801701850_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-97504de5-a973-47a0-b174-660e6904864a/mbid-97504de5-a973-47a0-b174-660e6904864a-6801701850_thumb250.jpg",
    "song": "Blue Chair",
    "track_id": "7c7bbbe1-a955-30cd-8945-fc8d5d792c5c",
    "recording_id": "99ff4653-0bde-4038-b638-dca8ccf20553",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Blood & Chocolate",
    "release_id": "3438c9ff-26b2-40f3-9072-672fe7425671",
    "release_group_id": "cbcc8fdf-180f-36b9-8c0a-e653d78fea2e",
    "labels": [
        "Demon Records"
    ],
    "label_ids": [
        "45721d83-32e3-479f-830f-15216efe323c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Once again, Steve Gadd on drums! Also, Elvis Costello and Paul McCartney are both left-handed! This comment is brought to you by a left-handed person!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}