Information about plays

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

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

{
    "id": 3632166,
    "uri": "https://api.kexp.org/v2/plays/3632166/?format=api",
    "airdate": "2026-03-21T23:20:43-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a585577-1f8e-42f8-b777-1289b6592936/21477409845-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a585577-1f8e-42f8-b777-1289b6592936/21477409845-250.jpg",
    "song": "Mysterious Lady",
    "track_id": null,
    "recording_id": "8d7dbf21-d25a-4727-ad8a-3c1a51f004e0",
    "artist": "Curtis Knight Zeus",
    "artist_ids": [
        "f400070b-f3da-43e1-b142-cf131cae1d66"
    ],
    "album": "The Second Coming",
    "release_id": null,
    "release_group_id": "849c5ec3-7b24-4aee-a43f-07c0f06bff3c",
    "labels": [
        "Dawn"
    ],
    "label_ids": [
        "2679da8e-5ebb-463d-86e4-5946f7c81f0e"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Curtis Knight was a manager of Pure Hell in the 1970s, and Fast Eddie Clarke played guitar on this album, and wrote the music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}