Information about plays

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

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

{
    "id": 3632322,
    "uri": "https://api.kexp.org/v2/plays/3632322/?format=api",
    "airdate": "2026-03-22T10:50:08-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc14938e-99e8-4045-88b5-7d6a3dcb0826/14101299846-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc14938e-99e8-4045-88b5-7d6a3dcb0826/14101299846-250.jpg",
    "song": "Sunshine of Your Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Ella Fitzgerald",
    "artist_ids": [
        "54799c0e-eb45-4eea-996d-c4d71a63c499"
    ],
    "album": "Sunshine of Your Love",
    "release_id": null,
    "release_group_id": "55ac8f43-401f-3e14-807b-74152f4c0c3d",
    "labels": [
        "MPS"
    ],
    "label_ids": [
        "1eea3f89-5d49-4470-a58c-52c97cc44db5"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live at the Venetian Room in The Fairmont Hotel in San Francisco, the First Lady of Song covered Cream.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}