Information about plays

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

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

{
    "id": 3633597,
    "uri": "https://api.kexp.org/v2/plays/3633597/?format=api",
    "airdate": "2026-03-25T19:04:16-07:00",
    "show": 66279,
    "show_uri": "https://api.kexp.org/v2/shows/66279/?format=api",
    "image_uri": "https://coverartarchive.org/release/a74bf5c1-7a8d-302b-9fe0-de4cd596a3e7/19716414556-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a74bf5c1-7a8d-302b-9fe0-de4cd596a3e7/19716414556-250.jpg",
    "song": "Stay With Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Ladies and Gentlemen We Are Floating in Space",
    "release_id": null,
    "release_group_id": "c88c77da-b9f9-34b9-abdf-ad3cec875aca",
    "labels": [
        "Dedicated"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to Astral Plane! Six Degrees Week!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}