Information about plays

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

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

{
    "id": 3637940,
    "uri": "https://api.kexp.org/v2/plays/3637940/?format=api",
    "airdate": "2026-04-04T22:16:42-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Breath",
    "track_id": "50df0875-8a4b-4ec9-87c5-fd1193b7083d",
    "recording_id": "bbf61861-c7df-477e-be5d-a8bc221ddf02",
    "artist": "Upchuck",
    "artist_ids": [
        "e64417df-87c9-4f27-b6f5-ba93a8099310"
    ],
    "album": "Last Breath",
    "release_id": "00973cda-1534-422b-9130-36e31eceaca0",
    "release_group_id": "2143229f-a721-4052-b143-05492ab1ab1e",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2026-02-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upchuck is currently touring the east coast before touring Europe this summer.\n\nhttps://famousclass.com/pages/upchuck-tour-dates\nhttps://upchuckatl.bandcamp.com/album/last-breath",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}