Information about plays

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

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

{
    "id": 3637297,
    "uri": "https://api.kexp.org/v2/plays/3637297/?format=api",
    "airdate": "2026-04-03T14:14:42-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-9f633b22-088b-4e7b-8ebb-cc9b0c3778e6/mbid-9f633b22-088b-4e7b-8ebb-cc9b0c3778e6-44649146779_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-9f633b22-088b-4e7b-8ebb-cc9b0c3778e6/mbid-9f633b22-088b-4e7b-8ebb-cc9b0c3778e6-44649146779_thumb250.jpg",
    "song": "Christo’s Ghost",
    "track_id": "e8d3976d-8cca-48c5-ba7e-c7054135d9ad",
    "recording_id": "22ac45bc-81f4-4be0-8d83-f4b4058b83b2",
    "artist": "Chico Detour",
    "artist_ids": [
        "f4de5f74-75e0-48fe-8e4f-e4913ae1c806"
    ],
    "album": "Christo’s Ghost",
    "release_id": "9f633b22-088b-4e7b-8ebb-cc9b0c3778e6",
    "release_group_id": "4d106658-3d4d-4225-b9ca-26deb5c197ad",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle's Chico Detour!\n\nThey're playing at Seattle's Clock-Out Lounge on April 17.\n\nhttps://chicodetour.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}