Information about plays

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

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

{
    "id": 3583250,
    "uri": "https://api.kexp.org/v2/plays/3583250/?format=api",
    "airdate": "2025-11-26T14:27:07-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a06b4d3-eda0-47cc-aa7f-299bfd5bd9cd/12979452897-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a06b4d3-eda0-47cc-aa7f-299bfd5bd9cd/12979452897-250.jpg",
    "song": "Long Distance Runaround",
    "track_id": null,
    "recording_id": "1aa86505-90d4-41f4-b6c9-529d1b7770a8",
    "artist": "Yes",
    "artist_ids": [
        "c1d4f2ba-cf39-460c-9528-6b827d3417a1"
    ],
    "album": "Fragile",
    "release_id": null,
    "release_group_id": "b1176e7b-fa2e-3b28-959a-d8f55b5b6ccf",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1971-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes released their fourth album, \"Fragile,\" on November 26th, 1971.\n--\nThis song was written by lead singer Jon Anderson, who said: \"It was how religion had seemed to confuse me totally. It was such a game that seemed to be played, and I was going around in circles looking for the sound of reality, the sound of God. That was my interpretation of that song, that I was always confused. I could never understand the things that religion stood for. And that throughout the years has always popped its head up in the song I've been working with.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}