Information about plays

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

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

{
    "id": 3616367,
    "uri": "https://api.kexp.org/v2/plays/3616367/?format=api",
    "airdate": "2026-02-12T00:30:22-08:00",
    "show": 65909,
    "show_uri": "https://api.kexp.org/v2/shows/65909/?format=api",
    "image_uri": "https://coverartarchive.org/release/68fa4961-19de-4e3d-8d08-b3b7175ad3b5/37824603800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68fa4961-19de-4e3d-8d08-b3b7175ad3b5/37824603800-250.jpg",
    "song": "The Lebanon",
    "track_id": null,
    "recording_id": "68e642ea-0eb3-46cc-9020-5725fd7a55b4",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Hysteria",
    "release_id": null,
    "release_group_id": "25e99f78-f69f-34f0-b257-fd45b3ec0114",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1984-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Human League are an English synth-pop band formed in Sheffield in 1977. Hysteria is their fourth studio album and the follow up to their highly successful Dare album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}