Information about plays

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

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

{
    "id": 3666754,
    "uri": "https://api.kexp.org/v2/plays/3666754/?format=api",
    "airdate": "2026-06-11T21:51:02-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e43da8a-990f-42d5-86e7-ca95bc0ffdd7/44761108300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e43da8a-990f-42d5-86e7-ca95bc0ffdd7/44761108300-250.jpg",
    "song": "FOREVER",
    "track_id": null,
    "recording_id": "2b27b906-d29b-4156-bbc2-824509483338",
    "artist": "jody积融",
    "artist_ids": [
        "6a6f476f-2544-48c4-ae67-9677695cb5fd"
    ],
    "album": "Is it gonna happen again?",
    "release_id": null,
    "release_group_id": "bea7ef4c-84f2-4527-968d-6ebf89939e68",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://jodyisfire.bandcamp.com/album/is-it-gonna-happen-again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}