Information about plays

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

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

{
    "id": 3641758,
    "uri": "https://api.kexp.org/v2/plays/3641758/?format=api",
    "airdate": "2026-04-14T00:39:51-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/787bd5f4-61df-41d7-bb93-26f8e6d8fceb/37279914994-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/787bd5f4-61df-41d7-bb93-26f8e6d8fceb/37279914994-250.jpg",
    "song": "The Endless Realm (H2H Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Chez Damier & Ben Vedren",
    "artist_ids": [],
    "album": "When There Is No Sun",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Omni Sound"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring TV on the Radio's Tunde Adebimpe!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}