Information about plays

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

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

{
    "id": 3641278,
    "uri": "https://api.kexp.org/v2/plays/3641278/?format=api",
    "airdate": "2026-04-12T17:46:24-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-4c7740ef-9aed-4914-8ddf-f618c7c98457/mbid-4c7740ef-9aed-4914-8ddf-f618c7c98457-8701959759_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-4c7740ef-9aed-4914-8ddf-f618c7c98457/mbid-4c7740ef-9aed-4914-8ddf-f618c7c98457-8701959759_thumb250.jpg",
    "song": "Hi-Five",
    "track_id": "9f849ce3-2559-448e-a2b4-9d5ed891491f",
    "recording_id": "693da1d7-ff12-459f-b4a0-8e6fd13eb0ed",
    "artist": "Angel Olsen",
    "artist_ids": [
        "185527bf-c293-4c24-8213-ed98fb8976be"
    ],
    "album": "Burn Your Fire for No Witness",
    "release_id": "4c7740ef-9aed-4914-8ddf-f618c7c98457",
    "release_group_id": "8cb480c5-404f-4f65-ad88-ba77e19ef33c",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2014-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}