Information about plays

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

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

{
    "id": 3559530,
    "uri": "https://api.kexp.org/v2/plays/3559530/?format=api",
    "airdate": "2025-09-30T06:16:04-07:00",
    "show": 64706,
    "show_uri": "https://api.kexp.org/v2/shows/64706/?format=api",
    "image_uri": "https://ia800300.us.archive.org/10/items/mbid-77fad56c-fe4d-4288-99e0-bd8e9eeb9b79/mbid-77fad56c-fe4d-4288-99e0-bd8e9eeb9b79-23080848855_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/10/items/mbid-77fad56c-fe4d-4288-99e0-bd8e9eeb9b79/mbid-77fad56c-fe4d-4288-99e0-bd8e9eeb9b79-23080848855_thumb250.jpg",
    "song": "What’d I Say, Part 1",
    "track_id": "7afdb6c8-aabb-3b4c-ac3c-e15f68b018b9",
    "recording_id": "c3c14a1b-ac67-4ab5-a305-f32f7fee6bc0",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "What'd I Say",
    "release_id": "77fad56c-fe4d-4288-99e0-bd8e9eeb9b79",
    "release_group_id": "9d7dc75b-0a77-3535-a621-94ec920971d6",
    "labels": [],
    "label_ids": [],
    "release_date": "1959-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I wanna know...you gonna treat KEXP right during the drive!? https://www.kexp.org/donate/\n\n\"What'd I Say\" was improvised one evening late in 1958 when Charles, his orchestra, and backup singers had played their entire set list at a show and still had time left; the response from many audiences was so enthusiastic that Charles announced to his producer that he was going to record it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}