Information about plays

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

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

{
    "id": 3633875,
    "uri": "https://api.kexp.org/v2/plays/3633875/?format=api",
    "airdate": "2026-03-26T11:47:29-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Imaginary Friend",
    "track_id": null,
    "recording_id": null,
    "artist": "Excuse 17",
    "artist_ids": [
        "bad37a2a-1ab8-4605-b8f3-e0615cd7de64"
    ],
    "album": "Youth on Fire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Candy-Ass Records"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Carrie Brownstein was in the Olympia punk band Excuse 17 who performed and recorded from 1993 to 1995. The band also consisted of Becca Albee and Curtis James. They recorded two studio albums and a split single with the band Lync.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}