Information about plays

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

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

{
    "id": 3595794,
    "uri": "https://api.kexp.org/v2/plays/3595794/?format=api",
    "airdate": "2025-12-25T09:57:33-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Have Yourself a Merry Little Christmas",
    "track_id": null,
    "recording_id": "c1bb0722-a184-4f2b-a07f-3762c300f7e4",
    "artist": "Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders Holiday EP",
    "release_id": null,
    "release_group_id": "c1c60df8-75c4-4186-bb67-18325caa6343",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Merry Christmas from The Morning Show crew!\n\nThis album was the last Pretenders' album with drummer Martin Chambers, until \"Last of the Independents\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}