Information about plays

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

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

{
    "id": 3617825,
    "uri": "https://api.kexp.org/v2/plays/3617825/?format=api",
    "airdate": "2026-02-15T11:20:07-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "https://dn721206.ca.archive.org/0/items/mbid-28e227b0-5aed-43cd-8b15-017fc3eb90a4/mbid-28e227b0-5aed-43cd-8b15-017fc3eb90a4-7224970516_thumb500.jpg",
    "thumbnail_uri": "https://dn721206.ca.archive.org/0/items/mbid-28e227b0-5aed-43cd-8b15-017fc3eb90a4/mbid-28e227b0-5aed-43cd-8b15-017fc3eb90a4-7224970516_thumb250.jpg",
    "song": "She Caught the Katy and Left Me a Mule to Ride",
    "track_id": "9d20f2ac-7640-3e8a-b755-fd5f2fd696c6",
    "recording_id": "1d6c5e42-90c3-460a-ae05-1f2d4e3967a9",
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "The Story of the Blues",
    "release_id": "28e227b0-5aed-43cd-8b15-017fc3eb90a4",
    "release_group_id": "bd425717-a6a3-3b17-85e8-8ed78f93d183",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}