Information about plays

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

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

{
    "id": 3570199,
    "uri": "https://api.kexp.org/v2/plays/3570199/?format=api",
    "airdate": "2025-10-26T10:53:45-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5e60dfb-4462-4e66-a11a-60be87c22f74/39025022931-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5e60dfb-4462-4e66-a11a-60be87c22f74/39025022931-250.jpg",
    "song": "St. James Infirmary Blues",
    "track_id": null,
    "recording_id": "3654d7d0-3ddc-4f99-ae2b-c2e615c827f5",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "The White Stripes",
    "release_id": null,
    "release_group_id": "5c5589a7-1561-3b45-9ea9-650888413b4e",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1999-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The duo covered \"St. James Infirmary Blues\" after, according to Jack, he and Meg were introduced to the song from a Betty Boop cartoon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}