Information about plays

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

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

{
    "id": 3571569,
    "uri": "https://api.kexp.org/v2/plays/3571569/?format=api",
    "airdate": "2025-10-29T22:18:34-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://ia802800.us.archive.org/5/items/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a-11407551476_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/5/items/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a/mbid-54d131cf-79f4-49db-83d1-4176f97a2e3a-11407551476_thumb250.jpg",
    "song": "In the Twilight Zone",
    "track_id": "61ced831-aced-33cd-91c7-ff93d259c30b",
    "recording_id": "95684a44-ac57-446a-b8dd-581093de2b13",
    "artist": "The Astors",
    "artist_ids": [
        "5a704780-158e-4c43-a79b-59b55610d5e5"
    ],
    "album": "The Complete Stax‐Volt Singles: 1959–1968",
    "release_id": "54d131cf-79f4-49db-83d1-4176f97a2e3a",
    "release_group_id": "bbfdec60-f02d-331d-bd0e-e8315e10ee76",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third single from this Memphis quartet on the Stax label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}