Information about plays

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

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

{
    "id": 3584789,
    "uri": "https://api.kexp.org/v2/plays/3584789/?format=api",
    "airdate": "2025-11-30T00:12:07-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "https://coverartarchive.org/release/b757b61c-38e6-4896-be84-c8e2bad29787/33108661935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b757b61c-38e6-4896-be84-c8e2bad29787/33108661935-250.jpg",
    "song": "Like Weeds",
    "track_id": null,
    "recording_id": "9e0a9c8d-be7f-4500-a3b3-a10e773679aa",
    "artist": "His Hero Is Gone",
    "artist_ids": [
        "fecd5da2-d4b1-4458-8626-dd0eb1f5cdf1"
    ],
    "album": "Monuments to Thieves",
    "release_id": null,
    "release_group_id": "9ab256b0-5716-3b46-89ad-b3536f838642",
    "labels": [
        "Prank"
    ],
    "label_ids": [
        "c059b932-3525-4b01-88ce-a54155345ca6"
    ],
    "release_date": "1997-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Todd Burdette, Paul Burdette, and Yannick Lorrain went on to form Tragedy after His Hero is Gone broke up in 1999. His Hero is Gone and related projects have remained under the radar of a mainstream audience by not promoting themselves via tools of mass communication such as websites or larger music labels.\n\nhttps://www.decibelmagazine.com/2019/05/23/retrospective-his-hero-is-gones-monuments-to-thieves/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}