Information about plays

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

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

{
    "id": 3638243,
    "uri": "https://api.kexp.org/v2/plays/3638243/?format=api",
    "airdate": "2026-04-05T15:52:06-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "https://ia601705.us.archive.org/2/items/mbid-d38d37ed-7da8-3105-bc4f-2e7661667126/mbid-d38d37ed-7da8-3105-bc4f-2e7661667126-3192391381_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-d38d37ed-7da8-3105-bc4f-2e7661667126/mbid-d38d37ed-7da8-3105-bc4f-2e7661667126-3192391381_thumb250.jpg",
    "song": "Separator",
    "track_id": "fd5352c2-1242-3c1d-ba9e-096a2039895f",
    "recording_id": "aec62d8e-11ae-4bfe-a6b3-d539bf499b8a",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The King of Limbs",
    "release_id": "d38d37ed-7da8-3105-bc4f-2e7661667126",
    "release_group_id": "899b6d09-807e-4c18-a6d4-3642e00d6a3d",
    "labels": [
        "Ticker Tape Ltd"
    ],
    "label_ids": [
        "e992b53e-d204-47e5-9d16-08f8efcbd0a4"
    ],
    "release_date": "2011-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally titled \"Mouse, Bird, Dog,\" this song was on \"The King of Limbs,\" nominated for Best Alternative Music Album for the 54th GRAMMY Awards (it lost to \"Bon Iver, Bon Iver\").\n\nHere's a deep, deep dive into the song, minute by minute:  https://drakeandersen.com/radiohead-separator/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}