Information about plays

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

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

{
    "id": 3606289,
    "uri": "https://api.kexp.org/v2/plays/3606289/?format=api",
    "airdate": "2026-01-19T07:15:38-08:00",
    "show": 65698,
    "show_uri": "https://api.kexp.org/v2/shows/65698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tribute to Martin Luther King",
    "track_id": "75f3ebf7-ed4e-3e07-b857-89b745130f32",
    "recording_id": "9b83b9a2-d73f-4f13-b8ef-8044332ad35b",
    "artist": "Otis Spann with Muddy Waters & The Muddy Waters Band",
    "artist_ids": [
        "ff609eb0-5425-4963-9e55-85d729f4648e",
        "f86f1f07-d182-45ce-ae93-ef610880ca72",
        "a2e23010-5d0e-4106-acc2-c58ebe06af1c"
    ],
    "album": "Live the Life",
    "release_id": "71e880ba-d3da-4b5a-a499-b72964d4c533",
    "release_group_id": "258a7183-3541-4989-a140-1da82d0c1988",
    "labels": [
        "Testament Records"
    ],
    "label_ids": [
        "9e7b8c74-ff09-4511-98de-d750b4453986"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy MLK Day! We're celebrating Dr. Martin Luther King Jr. with Otis Spann and Muddy Water's incredible tribute song to the Reverend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}