Information about plays

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

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

{
    "id": 3622388,
    "uri": "https://api.kexp.org/v2/plays/3622388/?format=api",
    "airdate": "2026-02-26T02:47:33-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5bfccaf-1816-427a-b03d-b41c8ac155c5/8201679314-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5bfccaf-1816-427a-b03d-b41c8ac155c5/8201679314-250.jpg",
    "song": "Machine Gun",
    "track_id": null,
    "recording_id": "871865ed-9a60-4b32-9f93-a1801b76b522",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Third",
    "release_id": null,
    "release_group_id": "163339ab-813b-3d29-bba8-e1d5acf63cab",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2008-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album by Portishead, after a hiatus of a decade, was unlike their previous two.  \"'Machine Gun' sounds nothing like their previous work at all: With no guitars or decks to be found but plenty of scattershot drums and synths, only Beth Gibbons ethereal pipes connect Portishead’s future to its past.\": https://www.wired.com/2008/03/portisheads-mac/\n\nhttps://www.portishead.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}