Information about plays

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

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

{
    "id": 3615354,
    "uri": "https://api.kexp.org/v2/plays/3615354/?format=api",
    "airdate": "2026-02-09T16:34:06-08:00",
    "show": 65890,
    "show_uri": "https://api.kexp.org/v2/shows/65890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Checked Out",
    "track_id": null,
    "recording_id": null,
    "artist": "UltraBomb",
    "artist_ids": [
        "9479ebfd-0e0c-4eb5-9ae4-68e3b24db599"
    ],
    "album": "The Bridges That We Burned",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bassist and vocalist Greg Norton explains: “‘Checked Out’ was inspired by life on the road, but there are many things we check out of. Sometimes in life you just need to move on.”\n\nbrand new single off forthcoming full length The Bridges That We Burn due out in April.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}