Information about plays

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

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

{
    "id": 3603834,
    "uri": "https://api.kexp.org/v2/plays/3603834/?format=api",
    "airdate": "2026-01-13T11:54:00-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More",
    "track_id": null,
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound on Earth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a great essay from KEXP's Dusty Henry about how Helado Negro's 2019 album \"Two Lucky\" gudied him through grief: https://www.kexp.org/read/2022/9/7/50-years-of-music-2019-helado-negro-two-lucky/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}