Information about plays

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

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

{
    "id": 3619624,
    "uri": "https://api.kexp.org/v2/plays/3619624/?format=api",
    "airdate": "2026-02-19T18:31:33-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "https://dn721506.ca.archive.org/0/items/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78-7907176902_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78-7907176902_thumb250.jpg",
    "song": "Purple Haze",
    "track_id": "0730d682-f619-3755-86e3-578ff58c58b7",
    "recording_id": "86d6ac4a-9497-441b-a93a-578e6ba317a5",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Join the Dots: B-Sides and Rarities",
    "release_id": "0a6108f2-c2be-4e18-8185-db1a5551ab78",
    "release_group_id": "7998a36c-c94d-39f9-a092-777817534309",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2004-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This tribute to Jimi Hendrix brought together The Cure, Eric Clapton, Seal, The Pretenders, and a supergroup made up of Chris Cornell alongside Pearl Jam members Mike McCready, Jeff Ament and Matt Cameron https://faroutmagazine.co.uk/the-cure-jimi-hendrix-purple-haze-cover/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}