Information about plays

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

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

{
    "id": 3599923,
    "uri": "https://api.kexp.org/v2/plays/3599923/?format=api",
    "airdate": "2026-01-03T23:51:09-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hittinpunchinstabbinshooting",
    "track_id": null,
    "recording_id": "840222e2-bb9a-4233-895f-fa6e7624fe32",
    "artist": "Driller Killer",
    "artist_ids": [
        "3d8b39be-69de-4473-9d96-52d921b33f39"
    ],
    "album": "Brutalize",
    "release_id": null,
    "release_group_id": "513bb50b-1379-380b-ae98-fe71dab16ff8",
    "labels": [
        "Osmose Productions"
    ],
    "label_ids": [
        "c327c1b7-d517-43b6-a58e-037a5a46346d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Driller Killer was formed in 1993 in Malmö and are named after the Abel Ferrara film The Driller Killer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}