Information about plays

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

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

{
    "id": 3632026,
    "uri": "https://api.kexp.org/v2/plays/3632026/?format=api",
    "airdate": "2026-03-21T18:19:07-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-22c36551-c20f-4936-8ff9-5a052841cd85/mbid-22c36551-c20f-4936-8ff9-5a052841cd85-26691504348_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-22c36551-c20f-4936-8ff9-5a052841cd85/mbid-22c36551-c20f-4936-8ff9-5a052841cd85-26691504348_thumb250.jpg",
    "song": "Regrets",
    "track_id": "e90bea13-aa32-3180-9cb7-c678edc7fae9",
    "recording_id": "1d7c1052-15d2-4f10-a8ad-fb0a6aa852c9",
    "artist": "Flop",
    "artist_ids": [
        "57ca4472-9fc1-46ad-99a0-91384c411d05"
    ],
    "album": "Whenever You're Ready",
    "release_id": "22c36551-c20f-4936-8ff9-5a052841cd85",
    "release_group_id": "bf17eeac-a348-36a6-81e3-c5d5912afa9e",
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Schurr, who toured with Best Kissers in the World and recorded with them on their their final record, was also in Flop!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}