Information about plays

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

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

{
    "id": 3622145,
    "uri": "https://api.kexp.org/v2/plays/3622145/?format=api",
    "airdate": "2026-02-25T15:36:55-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King for a Day",
    "track_id": "636de53b-8723-39b1-aeaf-fa5c0359c0d2",
    "recording_id": "8fd19f15-d140-40e4-8c80-8ca5fddb06bc",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Oranges & Lemons",
    "release_id": "f78dd170-7d73-3ef7-b6ae-954fa80b9ab4",
    "release_group_id": "d61ff3c3-52dc-3211-a8b4-26c4402270db",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1989-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for JD22 in Portland!\n--\nThis song was written by bassist Colin Moulding.  Go here for a delightful interview with Moulding about writing this song and how his bandmates received it: http://chalkhills.org/articles/XTCFans20090913.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}