Information about plays

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

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

{
    "id": 3562800,
    "uri": "https://api.kexp.org/v2/plays/3562800/?format=api",
    "airdate": "2025-10-08T20:53:55-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4d40fd8-422f-4545-8d59-1ac92d6970bc/10569985963-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4d40fd8-422f-4545-8d59-1ac92d6970bc/10569985963-250.jpg",
    "song": "Hurry Sundown",
    "track_id": null,
    "recording_id": "4d00b6e8-de6c-447b-9fff-498ebb758eed",
    "artist": "Bubble Puppy",
    "artist_ids": [
        "1c1744eb-e415-4da2-ae07-cac87072f071"
    ],
    "album": "A Gathering of Promises",
    "release_id": null,
    "release_group_id": "b96cef9f-30d1-3d81-bce8-05b8516cbe2f",
    "labels": [
        "International Artists"
    ],
    "label_ids": [
        "f75b8e25-8063-4e5c-9204-664abfccc07b"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Less than 10 min left to make a gift of $15/month or more at kexp.org/donate THIS hour for the special Hellraiser tee in addition to your other gifts!\n--\nBubble Puppy was named after a fictitious children’s game “Centrifugal Bumble-Puppy” from Aldous Huxley’s novel A Brave New World.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}