Information about plays

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

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

{
    "id": 3629751,
    "uri": "https://api.kexp.org/v2/plays/3629751/?format=api",
    "airdate": "2026-03-16T12:55:58-07:00",
    "show": 66198,
    "show_uri": "https://api.kexp.org/v2/shows/66198/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-2f355069-0524-4f79-a6be-8a4ea5ff5eba/mbid-2f355069-0524-4f79-a6be-8a4ea5ff5eba-3271402305_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-2f355069-0524-4f79-a6be-8a4ea5ff5eba/mbid-2f355069-0524-4f79-a6be-8a4ea5ff5eba-3271402305_thumb250.jpg",
    "song": "She Don’t Use Jelly (Lounge-A-Palooza)",
    "track_id": "11387313-1f44-3a10-ab29-b9328f1da9ef",
    "recording_id": "cda80cac-5ca9-4b84-bb0f-fd2869e72ef3",
    "artist": "Ben Folds Five",
    "artist_ids": [
        "abe2669a-a612-4bf6-9193-bb4f4b8a9088"
    ],
    "album": "Whatever and Ever Amen",
    "release_id": "2f355069-0524-4f79-a6be-8a4ea5ff5eba",
    "release_group_id": "f0731ed9-b6fd-3b1f-b95c-1c55041e492b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2005-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"She Don't Use Jelly,\" covered here by Ben Folds Five, was originally released in 1993 by The Flaming Lips. You can check out the music video for the original song here: https://bit.ly/3CEiSOI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}