Information about plays

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

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

{
    "id": 3641203,
    "uri": "https://api.kexp.org/v2/plays/3641203/?format=api",
    "airdate": "2026-04-12T13:43:06-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-4db99dc6-0196-4e41-8f94-06702668636d/mbid-4db99dc6-0196-4e41-8f94-06702668636d-43356277610_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-4db99dc6-0196-4e41-8f94-06702668636d/mbid-4db99dc6-0196-4e41-8f94-06702668636d-43356277610_thumb250.jpg",
    "song": "Tourist Mind",
    "track_id": "7653820e-320f-4389-8b87-103a39a0423d",
    "recording_id": "97559592-a906-4d27-9e8b-2c78904839fe",
    "artist": "Miss Grit",
    "artist_ids": [
        "a9cff714-1ff7-4b50-a800-5b43357e5c72"
    ],
    "album": "Tourist Mind",
    "release_id": "4db99dc6-0196-4e41-8f94-06702668636d",
    "release_group_id": "33b2bf42-bbac-4a8a-8271-957913474d9e",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}