Information about plays

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

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

{
    "id": 3661051,
    "uri": "https://api.kexp.org/v2/plays/3661051/?format=api",
    "airdate": "2026-05-29T14:21:48-07:00",
    "show": 66845,
    "show_uri": "https://api.kexp.org/v2/shows/66845/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-19228476-18c5-4594-992c-0870be26904a/mbid-19228476-18c5-4594-992c-0870be26904a-18615138244_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-19228476-18c5-4594-992c-0870be26904a/mbid-19228476-18c5-4594-992c-0870be26904a-18615138244_thumb250.jpg",
    "song": "We Care a Lot (Slash version)",
    "track_id": "bbc46a01-6f91-39a6-9716-a5fe74e9e2d7",
    "recording_id": "3f5cba6e-313a-4790-a616-c11c310db18d",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "This Is It: The Best of Faith No More",
    "release_id": "19228476-18c5-4594-992c-0870be26904a",
    "release_group_id": "47304819-78c3-30e4-b811-f5beb69447aa",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}