Information about plays

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

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

{
    "id": 3638836,
    "uri": "https://api.kexp.org/v2/plays/3638836/?format=api",
    "airdate": "2026-04-06T23:52:35-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ad7ef87-045f-4257-a433-9efb7ada5c26/43783660872-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ad7ef87-045f-4257-a433-9efb7ada5c26/43783660872-250.jpg",
    "song": "Antídoto",
    "track_id": null,
    "recording_id": "0c554c32-f29a-4d16-aea8-384120cbda16",
    "artist": "Colleen",
    "artist_ids": [
        "e68f711c-f0ba-4e5d-bc59-dad57afeb27c"
    ],
    "album": "Libres Antes Del Final",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spellbinding as always from French musician Cécile Schott - https://colleencolleen.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}