Information about plays

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

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

{
    "id": 3645169,
    "uri": "https://api.kexp.org/v2/plays/3645169/?format=api",
    "airdate": "2026-04-22T02:38:28-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://ia801606.us.archive.org/4/items/mbid-006bd7de-b7d7-4e0f-a522-08e5e3743c2a/mbid-006bd7de-b7d7-4e0f-a522-08e5e3743c2a-17332743485_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-006bd7de-b7d7-4e0f-a522-08e5e3743c2a/mbid-006bd7de-b7d7-4e0f-a522-08e5e3743c2a-17332743485_thumb250.jpg",
    "song": "Broke Not Broken",
    "track_id": "f3ef3875-9b50-3e92-8f36-5677fdf4f2d1",
    "recording_id": "09b52958-ff9c-45cc-8024-b4f0c96ad17f",
    "artist": "The Mother Truckers",
    "artist_ids": [
        "891c01ba-315a-4ceb-ade5-8ff4988909aa"
    ],
    "album": "Broke Not Broken",
    "release_id": "006bd7de-b7d7-4e0f-a522-08e5e3743c2a",
    "release_group_id": "b16e9a45-c3b2-3f98-8591-be5369b1f4dc",
    "labels": [
        "Funzalo Records"
    ],
    "label_ids": [
        "38fefffe-b522-4dd9-a00d-8a1f989dbe71"
    ],
    "release_date": "2006-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}