Information about plays

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

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

{
    "id": 3615974,
    "uri": "https://api.kexp.org/v2/plays/3615974/?format=api",
    "airdate": "2026-02-11T01:27:07-08:00",
    "show": 65901,
    "show_uri": "https://api.kexp.org/v2/shows/65901/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-ab45a69b-2025-4e2b-8480-519d35f12daf/mbid-ab45a69b-2025-4e2b-8480-519d35f12daf-41051879296_thumb500.jpg",
    "thumbnail_uri": "https://ia801508.us.archive.org/8/items/mbid-ab45a69b-2025-4e2b-8480-519d35f12daf/mbid-ab45a69b-2025-4e2b-8480-519d35f12daf-41051879296_thumb250.jpg",
    "song": "Cornflake Girl (edit)",
    "track_id": "09f4bd06-6199-46d2-ba2e-cc9a5152b286",
    "recording_id": "d494320a-1a93-44cf-b3ce-d8e86c225cf7",
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "Cornflake Girl",
    "release_id": "ab45a69b-2025-4e2b-8480-519d35f12daf",
    "release_group_id": "0a9dccc9-e09b-3096-8710-34524bb1274e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cornflake Girl\" was the first single released in advance of Amos' 1994 album, Under the Pink.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}