Information about plays

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

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

{
    "id": 3666757,
    "uri": "https://api.kexp.org/v2/plays/3666757/?format=api",
    "airdate": "2026-06-11T21:58:05-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "https://coverartarchive.org/release/671cb682-2c2c-4e8e-ad72-c526e895ad2e/16414194279-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/671cb682-2c2c-4e8e-ad72-c526e895ad2e/16414194279-250.jpg",
    "song": "Guap",
    "track_id": null,
    "recording_id": "3f9b27e0-84af-4279-86f9-7d10aeb62d50",
    "artist": "Yaeji",
    "artist_ids": [
        "2d781050-032a-4a4f-b0a9-7b4bc99449e1"
    ],
    "album": "Yaeji",
    "release_id": null,
    "release_group_id": "16e88cb6-56f0-4e3f-82e7-0c4ba1223fce",
    "labels": [
        "GODMODE"
    ],
    "label_ids": [
        "652c647d-ab35-4d75-a7fe-c609e0893596"
    ],
    "release_date": "2017-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Yaeji on her US tour!\n- July 3 at Substation in Seattle\n- July 17 at The Midway in the Bay Area",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}