Information about plays

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

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

{
    "id": 3656158,
    "uri": "https://api.kexp.org/v2/plays/3656158/?format=api",
    "airdate": "2026-05-17T22:47:08-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/d06ed308-7305-44af-aa3f-ad5ba1bf3883/44674735621-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d06ed308-7305-44af-aa3f-ad5ba1bf3883/44674735621-250.jpg",
    "song": "Beautiful",
    "track_id": null,
    "recording_id": "6e51d7cf-68b4-4937-ad41-f5a9148c9ede",
    "artist": "Hekt",
    "artist_ids": [
        "177a4baa-9033-4bc2-8d00-15dbb80dbe6f"
    ],
    "album": "Forever",
    "release_id": null,
    "release_group_id": "f337c45e-74e2-425f-a7f2-c36b94657584",
    "labels": [
        "Numbers."
    ],
    "label_ids": [
        "48156ade-ac70-49b0-aad0-3e06b74bc5a7"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}