Information about plays

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

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

{
    "id": 3636556,
    "uri": "https://api.kexp.org/v2/plays/3636556/?format=api",
    "airdate": "2026-04-01T19:00:53-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-108bd906-7a00-44f1-ae89-2ef149d84e1d/mbid-108bd906-7a00-44f1-ae89-2ef149d84e1d-26414044195_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-108bd906-7a00-44f1-ae89-2ef149d84e1d/mbid-108bd906-7a00-44f1-ae89-2ef149d84e1d-26414044195_thumb250.jpg",
    "song": "Daisy",
    "track_id": "00cfa951-d03b-4512-9296-ffec8106ed1c",
    "recording_id": "527202e6-0ca7-42c7-9432-fac68a6ed4c8",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Tasmania",
    "release_id": "108bd906-7a00-44f1-ae89-2ef149d84e1d",
    "release_group_id": "c177279f-2345-4168-bfe0-62b51e485c87",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}