Information about plays

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

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

{
    "id": 3545273,
    "uri": "https://api.kexp.org/v2/plays/3545273/?format=api",
    "airdate": "2025-08-27T00:20:07-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/3474fef2-1707-4c1b-973f-ac71557842fb/36823504619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3474fef2-1707-4c1b-973f-ac71557842fb/36823504619-250.jpg",
    "song": "Young Folks",
    "track_id": null,
    "recording_id": "160a0aba-1378-4323-a0be-e7d8be4c4f38",
    "artist": "Peter Bjorn and John",
    "artist_ids": [
        "32a83250-7e26-422d-b9ac-f4564343e9ce"
    ],
    "album": "Writer’s Block",
    "release_id": null,
    "release_group_id": "86f399f1-1a78-31f8-af1b-89fc1a40eeb5",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2006-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Morén, Björn Yttling and John Eriksson are the Swedish trio Peter, Bjorn, and John. Nickname: PB&J. https://www.peterbjornandjohn.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}