Information about plays

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

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

{
    "id": 3667573,
    "uri": "https://api.kexp.org/v2/plays/3667573/?format=api",
    "airdate": "2026-06-13T22:24:47-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Wanna Be a Teenage No More",
    "track_id": null,
    "recording_id": "08a889a2-f220-4f60-b6bd-50339350b21b",
    "artist": "Savage Lucy",
    "artist_ids": [
        "ddd5821f-6445-4c32-892f-5ff510a42346"
    ],
    "album": "Forget This Generation",
    "release_id": null,
    "release_group_id": "07409828-77f3-3d18-8f04-87028268ebb9",
    "labels": [
        "Squirrel Records"
    ],
    "label_ids": [
        "e3dcc36d-cdfa-4974-af34-845659702db6"
    ],
    "release_date": "2004-09-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Teen girl punk band from Ellensburg, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}