Information about plays

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

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

{
    "id": 3632124,
    "uri": "https://api.kexp.org/v2/plays/3632124/?format=api",
    "airdate": "2026-03-21T21:32:37-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/7409ece4-c287-49ea-9428-5b0f11f7b260/27914456752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7409ece4-c287-49ea-9428-5b0f11f7b260/27914456752-250.jpg",
    "song": "Man‐O‐Steel",
    "track_id": null,
    "recording_id": "7d7e52b8-f933-4103-8dff-23cadc56d540",
    "artist": "ALL",
    "artist_ids": [
        "e92547b5-a134-4149-af9a-c944af9e476f"
    ],
    "album": "Allroy’s Revenge",
    "release_id": null,
    "release_group_id": "88d14c96-a272-342f-ad9c-009e68c595aa",
    "labels": [
        "Cruz Records"
    ],
    "label_ids": [
        "c9789f62-3d69-464a-a5fe-63309ab13275"
    ],
    "release_date": "1989-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Superman's nickname is The Man Of Steel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}