Information about plays

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

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

{
    "id": 3589064,
    "uri": "https://api.kexp.org/v2/plays/3589064/?format=api",
    "airdate": "2025-12-09T20:51:33-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alter ego",
    "track_id": null,
    "recording_id": "1362de59-c652-47dd-98b0-f78c0e2744c0",
    "artist": "Czesław Niemen",
    "artist_ids": [
        "021810b3-8775-4939-bc99-e97efdfadd6c"
    ],
    "album": "Terra deflorata",
    "release_id": null,
    "release_group_id": "01d0937e-e765-38da-b7d7-d134bc3adaa3",
    "labels": [
        "Polton"
    ],
    "label_ids": [
        "49761158-eb42-42b5-8042-55f65f319f80"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Originally born in Belarus, he and his family eventually moved to Poland as part of the mass expulsion of Poles from Kresy Wschondnie. He is considered on the most important Polish singer/songwriters of the 20th century.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}