Information about plays

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

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

{
    "id": 3601577,
    "uri": "https://api.kexp.org/v2/plays/3601577/?format=api",
    "airdate": "2026-01-07T22:37:25-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Should I See",
    "track_id": null,
    "recording_id": "28b35e71-a97f-4e5a-b4fc-bb411e60a3f5",
    "artist": "Frōzen Ghōst",
    "artist_ids": [
        "9c73eda7-77c6-432b-93dc-f5b6ae5fc72c"
    ],
    "album": "Frōzen Ghōst",
    "release_id": null,
    "release_group_id": "b102b2ad-be23-30d8-9a2e-5252d84b9fd1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from this Toronto band formed in 1985 by Arnold Lanni and Wolf Hassel, who previously played in the band Sheriff.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}