Information about plays

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

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

{
    "id": 3635341,
    "uri": "https://api.kexp.org/v2/plays/3635341/?format=api",
    "airdate": "2026-03-29T22:36:31-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe01bf6a-caac-4e5a-82f4-be02a4d351d5/44461821699-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe01bf6a-caac-4e5a-82f4-be02a4d351d5/44461821699-250.jpg",
    "song": "Mother Cell",
    "track_id": null,
    "recording_id": "79806103-6bbf-4eee-9539-2dc71ae283da",
    "artist": "Alix Perez",
    "artist_ids": [
        "53d47497-63eb-4769-9013-5e34740a7e2d"
    ],
    "album": "Mother Cell",
    "release_id": null,
    "release_group_id": "53ef5e8e-39bb-4b05-b708-d5f95eb07a63",
    "labels": [
        "1985 Music"
    ],
    "label_ids": [
        "a5bfec28-ea8f-426d-ab23-e14aa692c9b5"
    ],
    "release_date": "2026-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}