Information about plays

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

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

{
    "id": 3625278,
    "uri": "https://api.kexp.org/v2/plays/3625278/?format=api",
    "airdate": "2026-03-04T16:32:21-08:00",
    "show": 66091,
    "show_uri": "https://api.kexp.org/v2/shows/66091/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c/mbid-7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c-34782767172_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c/mbid-7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c-34782767172_thumb250.jpg",
    "song": "Neat Little Rows",
    "track_id": "a6b8f05d-f820-38a1-8e20-fd0d3103cd87",
    "recording_id": "1e6652e3-9b00-4505-9e25-02b1c78ccc97",
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Build a Rocket Boys!",
    "release_id": "7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c",
    "release_group_id": "f1071218-4843-4360-ab81-f93dc1707ce0",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2011!\n\n\"Lay my bones in the cobblestones\nLay my bones in neat little rows\"\n\nhttps://www.elbow.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}