Information about plays

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

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

{
    "id": 3626684,
    "uri": "https://api.kexp.org/v2/plays/3626684/?format=api",
    "airdate": "2026-03-08T07:18:23-07:00",
    "show": 66125,
    "show_uri": "https://api.kexp.org/v2/shows/66125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Every Woman",
    "track_id": null,
    "recording_id": null,
    "artist": "Ashley Jackson",
    "artist_ids": [
        "8705ac1c-1d52-422b-aa05-cf1b24dfe4e5"
    ],
    "album": "Cover Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Decca"
    ],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THIS HOUR ONLY: gifts of $180+ / $15 a month will receive our new \"Some Things Are Better Without AI\" tee PLUS the new \"In Bloom\" shirt + KEXP ball cap! - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}