Information about plays

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

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

{
    "id": 3641417,
    "uri": "https://api.kexp.org/v2/plays/3641417/?format=api",
    "airdate": "2026-04-13T03:44:17-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-994b6ccd-b0c0-39d0-84ed-0631bcf13d7f/mbid-994b6ccd-b0c0-39d0-84ed-0631bcf13d7f-25597044062_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-994b6ccd-b0c0-39d0-84ed-0631bcf13d7f/mbid-994b6ccd-b0c0-39d0-84ed-0631bcf13d7f-25597044062_thumb250.jpg",
    "song": "Weighing Anchor",
    "track_id": "3e5fd076-51aa-3534-a207-8d881fcd9ac0",
    "recording_id": "f3d6b728-df1c-49c6-b0e7-ec7d84633fe3",
    "artist": "I Was a King",
    "artist_ids": [
        "109e07ec-fd3f-4a04-8649-08e61954dca2"
    ],
    "album": "I Was a King",
    "release_id": "62e17aa0-b4fa-37ff-ae01-955f8f5ed924",
    "release_group_id": "826e974f-2fee-3406-8845-1804c8012e97",
    "labels": [
        "Morningside Records"
    ],
    "label_ids": [
        "a36d1fd5-c5a1-4588-ad67-4174b95be59e"
    ],
    "release_date": "2009-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}