Information about plays

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

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

{
    "id": 3635428,
    "uri": "https://api.kexp.org/v2/plays/3635428/?format=api",
    "airdate": "2026-03-30T03:55:22-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/4512e3cb-3f31-423c-90d9-c0fc3c03e555/31648629721-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4512e3cb-3f31-423c-90d9-c0fc3c03e555/31648629721-250.jpg",
    "song": "Alien Observer",
    "track_id": null,
    "recording_id": "f2ffcdf8-7b4e-46ac-b236-2f5de81ac4b4",
    "artist": "Grouper",
    "artist_ids": [
        "7e571e09-887e-4544-b993-eb75e7837ec1"
    ],
    "album": "A I A : Alien Observer",
    "release_id": null,
    "release_group_id": "fff905e0-ed3a-42e3-93c4-a36cecb06457",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}