Information about plays

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

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

{
    "id": 3615234,
    "uri": "https://api.kexp.org/v2/plays/3615234/?format=api",
    "airdate": "2026-02-09T09:58:36-08:00",
    "show": 65887,
    "show_uri": "https://api.kexp.org/v2/shows/65887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nazi Teeth",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Pioneers",
    "artist_ids": [
        "a9747313-da0d-414c-ad81-5fe89a5245d4"
    ],
    "album": "Wagon Burner",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "2026-02-10"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Dead Pioneers! 'Nazi Teeth' features guest vocals by Stephanie Bryne from Cheap Perfume, and is the first single taken from 'Wagon Burner', the upcoming third album from Dead Pioneers, due for release this summer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}