Information about plays

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

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

{
    "id": 3638485,
    "uri": "https://api.kexp.org/v2/plays/3638485/?format=api",
    "airdate": "2026-04-06T04:26:41-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/41b0578e-87df-4165-8f54-3c4be4a11c39/44695444090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41b0578e-87df-4165-8f54-3c4be4a11c39/44695444090-250.jpg",
    "song": "Klouds Will Carry Me To Sleep",
    "track_id": null,
    "recording_id": null,
    "artist": "Gelli Haha",
    "artist_ids": [
        "1f804ef4-e3b2-430b-9cd1-883f234ea603"
    ],
    "album": "Klouds Will Carry Me To Sleep",
    "release_id": null,
    "release_group_id": "33e6f128-c2bd-41f8-b75b-07897920075d",
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2026-03-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Damned catchy! - https://stereogum.com/2493544/gelli-haha-klouds-will-carry-me-to-sleep/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}