Information about plays

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

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

{
    "id": 3567995,
    "uri": "https://api.kexp.org/v2/plays/3567995/?format=api",
    "airdate": "2025-10-21T10:37:39-07:00",
    "show": 64895,
    "show_uri": "https://api.kexp.org/v2/shows/64895/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee/mbid-3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee-43220846140_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee/mbid-3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee-43220846140_thumb250.jpg",
    "song": "Sum",
    "track_id": "9fa0fcf9-78ea-424d-a480-e709175df67a",
    "recording_id": "4a502397-1aaf-442c-9156-148dfa61800a",
    "artist": "Rochelle Jordan",
    "artist_ids": [
        "0e0d5912-4026-47ef-be1c-c876c7108dd2"
    ],
    "album": "Through the Wall",
    "release_id": "3d6e6b2b-a9d7-41bc-8aae-c10f28eb36ee",
    "release_group_id": "1a0df0f5-c16e-4799-8d9e-fdd28c87a531",
    "labels": [
        "Empire"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rochelle Jordan will play:\n--The independent in SF on Thursday, November 13\n--Barboza in Seattle on Thursday, December 4th\n--\n\"I know you want a taste\nIt used to be yours, but you lost it\nNow I'm gone, and I'm not coming back\nIt was gone in a snap...\"\nHere are the lyrics to \"Sum\": https://genius.com/Rochelle-jordan-sum-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}