Information about plays

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

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

{
    "id": 3561604,
    "uri": "https://api.kexp.org/v2/plays/3561604/?format=api",
    "airdate": "2025-10-05T10:50:22-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ae3496d-a47f-44ac-9d90-da2e06bc5f2d/30508759014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ae3496d-a47f-44ac-9d90-da2e06bc5f2d/30508759014-250.jpg",
    "song": "Rally Time",
    "track_id": null,
    "recording_id": "174d7e2e-58d5-44ee-a55e-935908a91039",
    "artist": "Nancy Bea Hefley",
    "artist_ids": [
        "f65c547c-4bac-446d-965b-e0f0176f10c9"
    ],
    "album": "Take Me Out to the Ballgame",
    "release_id": null,
    "release_group_id": "b8569437-ad35-4097-8d74-29fd45281a2e",
    "labels": [
        "Fred Bock Music Company"
    ],
    "label_ids": [],
    "release_date": "2003-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hefley was the organist for the LA Dodgers for 27 years. She didn’t plan her program, instead reading the crowd and choosing based on the vibe for each game.\nhttps://www.espn.com/mlb/story/_/id/44463386/nancy-bea-hefley-long-organist-dodgers-dies-89",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}