Information about plays

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

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

{
    "id": 3627401,
    "uri": "https://api.kexp.org/v2/plays/3627401/?format=api",
    "airdate": "2026-03-10T10:51:01-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e70abfb-7d32-405f-a1e4-d6c5e74ff96a/23113469927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e70abfb-7d32-405f-a1e4-d6c5e74ff96a/23113469927-250.jpg",
    "song": "Secret Agent Man",
    "track_id": null,
    "recording_id": "a2b61565-d0bb-4ebc-972a-8ec956b773e0",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "This Is the Devo Box",
    "release_id": null,
    "release_group_id": "b10c0dcc-b47b-4258-978e-5af1c95ea881",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Secret Agent Man\" is a cover of \"Secret Agent Man\" by Johnny Rivers.\n--\n\"Secret Agent Man\" is a song written by P. F. Sloan and Steve Barri.  The most famous recording of the song was made by Johnny Rivers for the opening titles of the American broadcast of the British spy series Danger Man, which aired in the U.S. as Secret Agent from 1964 to 1966.\n--\nHere's that Johnny Rivers original: https://www.youtube.com/watch?v=vwUt8aUCc_Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}