Information about plays

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

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

{
    "id": 3632165,
    "uri": "https://api.kexp.org/v2/plays/3632165/?format=api",
    "airdate": "2026-03-21T23:17:07-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/a21e05d2-2ab8-48a4-b95d-a8eb0be515aa/31555258767-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a21e05d2-2ab8-48a4-b95d-a8eb0be515aa/31555258767-250.jpg",
    "song": "Wild One",
    "track_id": null,
    "recording_id": "2fa5eeea-5074-46bf-8258-96c98bcea478",
    "artist": "Pure Hell",
    "artist_ids": [
        "6c8fc160-5d6d-4f81-99db-60f35316b695"
    ],
    "album": "Noise Addiction",
    "release_id": null,
    "release_group_id": "4aa91e75-79e9-41a2-bfdd-178a1e4b079e",
    "labels": [
        "Puke N Vomit Records"
    ],
    "label_ids": [
        "28f6533d-2e86-4b84-a3ca-5285c2a80425"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Philadelphia in 1974, Pure Hell is widely considered one of the first African-American punk bands in the U.S. They shared the stage with Sid Vicious at Max’s Kansas City during his final run of performances in September 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}