Information about plays

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

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

{
    "id": 3633798,
    "uri": "https://api.kexp.org/v2/plays/3633798/?format=api",
    "airdate": "2026-03-26T07:34:36-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-9af9ae65-3878-4695-be2d-962b5694df6b/mbid-9af9ae65-3878-4695-be2d-962b5694df6b-32847635419_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-9af9ae65-3878-4695-be2d-962b5694df6b/mbid-9af9ae65-3878-4695-be2d-962b5694df6b-32847635419_thumb250.jpg",
    "song": "Wake Up",
    "track_id": "9d81e725-547a-364d-95a6-3a57477a469a",
    "recording_id": "70886691-e2ce-4076-86a3-572b1febc09a",
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "Everyone Who Pretended to Like Me Is Gone",
    "release_id": "5d1040c1-9f46-4f57-b872-dc65d088c255",
    "release_group_id": "bea1d4f1-0851-3aef-90bc-d872e0d35481",
    "labels": [
        "StarTime International"
    ],
    "label_ids": [
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2002-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This debut Walkmen's track came out on this day in 2002\n\nThe Walkmen consists of Walter Martin, Hamilton Leithauser, and Peter Matthew Bauer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}