Information about plays

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

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

{
    "id": 3640926,
    "uri": "https://api.kexp.org/v2/plays/3640926/?format=api",
    "airdate": "2026-04-11T21:18:44-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-2838f30e-725d-41fc-9ee6-5290d303d60f/mbid-2838f30e-725d-41fc-9ee6-5290d303d60f-23414820156_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-2838f30e-725d-41fc-9ee6-5290d303d60f/mbid-2838f30e-725d-41fc-9ee6-5290d303d60f-23414820156_thumb250.jpg",
    "song": "Know Your Product",
    "track_id": "a557dffc-0dc1-4f92-a323-5644d0c12622",
    "recording_id": "bae66ab1-8c9f-4572-807a-832c36aee450",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Eternally Yours",
    "release_id": "905b88a4-b8fa-4981-a0d5-4e4253863096",
    "release_group_id": "c0069416-d369-3453-b3b7-00774b9e698b",
    "labels": [
        "Amsterdamned"
    ],
    "label_ids": [
        "bb3e85e4-214d-4fed-b9c6-4ce0a38906a7"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}