Information about plays

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

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

{
    "id": 3638313,
    "uri": "https://api.kexp.org/v2/plays/3638313/?format=api",
    "airdate": "2026-04-05T19:27:45-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/24716cf2-c553-4198-b2b8-d569ab87255e/9699394376-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24716cf2-c553-4198-b2b8-d569ab87255e/9699394376-250.jpg",
    "song": "Impeach the President",
    "track_id": null,
    "recording_id": "561c7255-e24e-4f29-a813-a39377163be8",
    "artist": "The Honey Drippers",
    "artist_ids": [
        "bd91b2c0-307c-4571-a46e-a85e4bdf7a36"
    ],
    "album": "Impeach the President",
    "release_id": null,
    "release_group_id": "6931e11e-3718-3de5-be67-12e2e47b8ca1",
    "labels": [
        "Alaga Records"
    ],
    "label_ids": [
        "d53a6079-99d1-4791-bcea-a55259f3684e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Honey Drippers originally released \"Impeach The President\" in 1973, but what you're hearing is the Beatmann Danny Dan Remix, a KEXP Sunday Soul Exclusive!\n\nWritten and produced by Roy Charles Hammond, known as Roy C., \"Impeach the President\" was re-released in 2017, after being sampled hundreds of times since the mid-1980s. It is a protest song advocating the impeachment of then-President of the United States Richard Nixon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}