Information about plays

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

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

{
    "id": 3636228,
    "uri": "https://api.kexp.org/v2/plays/3636228/?format=api",
    "airdate": "2026-04-01T01:01:32-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghosts in the Shower",
    "track_id": "9d9cab14-1fcb-451e-890d-dff24656cfba",
    "recording_id": "02c52551-bdf3-4694-ad9d-ed5d5a9cec2d",
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Ghosts in the Shower",
    "release_id": "d319e906-6f41-4fa6-bfbf-e11070d6dd64",
    "release_group_id": "c9df504c-df96-4383-a04c-a46dbe5952d5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}