Information about plays

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

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

{
    "id": 3631069,
    "uri": "https://api.kexp.org/v2/plays/3631069/?format=api",
    "airdate": "2026-03-19T13:52:35-07:00",
    "show": 66223,
    "show_uri": "https://api.kexp.org/v2/shows/66223/?format=api",
    "image_uri": "https://coverartarchive.org/release/92c165b9-6212-48ce-a95b-6da64f7cb424/44465544092-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92c165b9-6212-48ce-a95b-6da64f7cb424/44465544092-250.jpg",
    "song": "Shadow Over Me (The Dare remix)",
    "track_id": null,
    "recording_id": "9697a7da-7a57-4667-ac5e-e616aec060ea",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "TRON Ares: Divergence",
    "release_id": null,
    "release_group_id": "d7842461-b14e-4e95-899e-48838f260fe9",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"TRON Ares: Divergence\" is the first Nine Inch Nails remix album since 2007’s \"Y34RZ3R0R3M1X3D.\"  On it, Arca, Danny L Harle, the Dare, and more take on Trent Reznor and Atticus Ross’ 2025 Disney score.: https://pitchfork.com/reviews/albums/nine-inch-nails-tron-ares-divergence/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}