Information about plays

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

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

{
    "id": 3602558,
    "uri": "https://api.kexp.org/v2/plays/3602558/?format=api",
    "airdate": "2026-01-10T06:15:36-08:00",
    "show": 65611,
    "show_uri": "https://api.kexp.org/v2/shows/65611/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9ed0289-4ea0-4900-9821-a3089024aa60/15919842037-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9ed0289-4ea0-4900-9821-a3089024aa60/15919842037-250.jpg",
    "song": "She’s Not There",
    "track_id": null,
    "recording_id": "2cdc735b-e588-46fc-a79f-2e60625d6ddb",
    "artist": "The Zombies",
    "artist_ids": [
        "230ca093-1d00-4c57-9235-147942f66930"
    ],
    "album": "Begin Here",
    "release_id": null,
    "release_group_id": "1f9c2f54-2735-394f-911a-28918e41abf6",
    "labels": [
        "Imperial Records"
    ],
    "label_ids": [
        "7574e437-2b8e-4abe-9a82-a308f3bbaa4f"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}