Information about plays

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

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

{
    "id": 3575731,
    "uri": "https://api.kexp.org/v2/plays/3575731/?format=api",
    "airdate": "2025-11-08T21:19:23-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/96c27010-925a-4e75-86a4-b55ad42480c5/5641811873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96c27010-925a-4e75-86a4-b55ad42480c5/5641811873-250.jpg",
    "song": "I Feel Alright",
    "track_id": null,
    "recording_id": "6e253731-458a-43e2-abd4-96be2aacc808",
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Damned Damned Damned",
    "release_id": null,
    "release_group_id": "3ed0e51d-62a4-3957-ab42-579c6f8c148b",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "1977-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Damned's new studio album is a covers collection titled \"Not Like Everybody Else,\" set for release on January 23, 2026. The album is a tribute to the band's founding guitarist, Brian James, and marks drummer Rat Scabies's first return to the studio with the band in 40 years.\n\nhttps://www.officialdamned.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}