Information about plays

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

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

{
    "id": 3532351,
    "uri": "https://api.kexp.org/v2/plays/3532351/?format=api",
    "airdate": "2025-07-27T09:30:32-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35a91c1-d69c-4b87-b5bc-a0362df8ae4c/18780308445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35a91c1-d69c-4b87-b5bc-a0362df8ae4c/18780308445-250.jpg",
    "song": "You Goin’ Miss Your Candyman",
    "track_id": null,
    "recording_id": "0cd61af6-1582-4dce-a491-b61d8e9265aa",
    "artist": "Terry Callier",
    "artist_ids": [
        "44fd61e1-119c-479e-8301-8ac5c77148bf"
    ],
    "album": "What Color Is Love",
    "release_id": null,
    "release_group_id": "be55ce97-63c2-3302-abad-603a2ac83e87",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Incredible third album from Chicago artist Terry Callier was produced by Charles Stepney who also was the producer behind Rotary Connection.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}