Information about plays

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

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

{
    "id": 3636301,
    "uri": "https://api.kexp.org/v2/plays/3636301/?format=api",
    "airdate": "2026-04-01T04:24:30-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-5f8ea544-3984-4e74-bff0-0d6ea21a58f0/mbid-5f8ea544-3984-4e74-bff0-0d6ea21a58f0-27248382215_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-5f8ea544-3984-4e74-bff0-0d6ea21a58f0/mbid-5f8ea544-3984-4e74-bff0-0d6ea21a58f0-27248382215_thumb250.jpg",
    "song": "Friends In the Bubble Bath",
    "track_id": "dda6573c-daf3-4b53-9366-bce45d5f979d",
    "recording_id": "de016d82-12bb-47c6-bb6b-3e3466715ae3",
    "artist": "audiobooks",
    "artist_ids": [
        "89658ded-6f8c-430a-ac32-1aa96664920a"
    ],
    "album": "Now! (In a Minute)",
    "release_id": "5f8ea544-3984-4e74-bff0-0d6ea21a58f0",
    "release_group_id": "a60d5d56-9223-4c4f-89d5-e3597e53c205",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2018-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}