Information about plays

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

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

{
    "id": 3637041,
    "uri": "https://api.kexp.org/v2/plays/3637041/?format=api",
    "airdate": "2026-04-02T22:52:34-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/d748a91f-4cd7-45c8-ba39-d876413062f3/44647482490-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d748a91f-4cd7-45c8-ba39-d876413062f3/44647482490-250.jpg",
    "song": "Highest",
    "track_id": null,
    "recording_id": "a4daf340-8fed-4b00-a7f0-0712805c64dc",
    "artist": "Samara Cyn",
    "artist_ids": [
        "a2b61c03-4264-4772-bbaf-ee2416272f9a"
    ],
    "album": "Detour",
    "release_id": null,
    "release_group_id": "d85432da-b82a-47de-8b96-6b165edb2681",
    "labels": [
        "Vanta Records"
    ],
    "label_ids": [
        "4c816560-b1c7-44a1-ad1e-16d228778735"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}