Information about plays

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

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

{
    "id": 3635493,
    "uri": "https://api.kexp.org/v2/plays/3635493/?format=api",
    "airdate": "2026-03-30T07:17:24-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-fe131f87-cca1-4d5e-9a1c-8019d7c380e3/mbid-fe131f87-cca1-4d5e-9a1c-8019d7c380e3-43727391026_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-fe131f87-cca1-4d5e-9a1c-8019d7c380e3/mbid-fe131f87-cca1-4d5e-9a1c-8019d7c380e3-43727391026_thumb250.jpg",
    "song": "Puzzle pop",
    "track_id": "c824f33b-02eb-43f7-91aa-71fcece9ac44",
    "recording_id": "9758e6b7-25b2-474d-8b76-4c9dbf4bdf21",
    "artist": "cootie catcher",
    "artist_ids": [
        "3559a88a-e47f-461a-b63d-9a626e85c1eb"
    ],
    "album": "Something We All Got",
    "release_id": "fe131f87-cca1-4d5e-9a1c-8019d7c380e3",
    "release_group_id": "37b72afa-2d93-42b1-8ea0-7b0361897025",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new single from cootie catcher's recent album \"Something We All Got,\" via Carpark Records: https://cootiecatcher69.bandcamp.com/album/something-we-all-got\n\nCheck out the official video here: https://www.youtube.com/watch?v=cZdQrWdaxTE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}