Information about plays

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

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

{
    "id": 3634527,
    "uri": "https://api.kexp.org/v2/plays/3634527/?format=api",
    "airdate": "2026-03-28T05:52:27-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d-44017454663_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d/mbid-d3fd297c-63d1-4c47-b6fa-c69fffba077d-44017454663_thumb250.jpg",
    "song": "Cut Glass Hammer",
    "track_id": "a76eb582-25f2-421c-9335-58601219c63f",
    "recording_id": "eaa574b3-c15a-4dca-b10e-67976c311075",
    "artist": "MEMORIALS",
    "artist_ids": [
        "da08fa56-7311-4008-8592-d25aa4dd23ff"
    ],
    "album": "All Clouds Bring Not Rain",
    "release_id": "d3fd297c-63d1-4c47-b6fa-c69fffba077d",
    "release_group_id": "7551cf70-7240-4336-ab47-dd33a93e2253",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}