Information about plays

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

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

{
    "id": 3564280,
    "uri": "https://api.kexp.org/v2/plays/3564280/?format=api",
    "airdate": "2025-10-12T17:26:11-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "https://coverartarchive.org/release/d93bfa0e-d353-4546-8082-f9853a3aab18/4547639619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d93bfa0e-d353-4546-8082-f9853a3aab18/4547639619-250.jpg",
    "song": "Our Quiet Place",
    "track_id": null,
    "recording_id": "cf3d233b-6a5f-453b-98d2-3d56b6c6b1c7",
    "artist": "Jim Pepper",
    "artist_ids": [
        "dc7c2382-e566-43e6-9250-3fe2e3c63713"
    ],
    "album": "The Path",
    "release_id": null,
    "release_group_id": "8ba6f1ba-4445-3802-81e2-519f6e137b07",
    "labels": [
        "enja"
    ],
    "label_ids": [
        "1f78d416-5a0d-43c5-9946-2d8831fa760f"
    ],
    "release_date": "1988-03-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jim Pepper is a Native American. Crook on his mother's side, Kaw on his father's. His \"Witchi Tai To\" (derived from a peyote song of the Native American Church which he had learned from his grandfather) is the most famous example of his hybrid (jazz/Native American) style.\n\nhttps://jimpepper.bandcamp.com/album/the-path",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}