Information about plays

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

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

{
    "id": 3588559,
    "uri": "https://api.kexp.org/v2/plays/3588559/?format=api",
    "airdate": "2025-12-08T16:07:56-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk on the Wild Side",
    "track_id": null,
    "recording_id": "1e84f336-91c0-48c0-857d-f99bdc07824c",
    "artist": "Jimmy Smith and the Big Band",
    "artist_ids": [],
    "album": "Walk On The Wild Side / Bashin'",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "One Day Music"
    ],
    "label_ids": [
        "19e208f4-0334-4949-ad4f-12e4b7240eea"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmy Smith was born on this day in 1928. Celebrated for his use of Hammond B-3 organ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}