Information about plays

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

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

{
    "id": 3626695,
    "uri": "https://api.kexp.org/v2/plays/3626695/?format=api",
    "airdate": "2026-03-08T08:14:37-07:00",
    "show": 66125,
    "show_uri": "https://api.kexp.org/v2/shows/66125/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ba2ba3a-52c7-3d09-b98e-d84ead32b859/3008642816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ba2ba3a-52c7-3d09-b98e-d84ead32b859/3008642816-250.jpg",
    "song": "Boadicea",
    "track_id": null,
    "recording_id": "6a89527f-8994-412b-ac5b-36e098d0bef8",
    "artist": "Enya",
    "artist_ids": [
        "4967c0a1-b9f3-465e-8440-4598fd9fc33c"
    ],
    "album": "Enya",
    "release_id": null,
    "release_group_id": "a1e948b1-808f-35f8-a799-c5322670aab9",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Obligatory Peep Show Enya clip) - https://www.youtube.com/watch?v=ZSbYSRn3bNA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}