Information about plays

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

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

{
    "id": 3636620,
    "uri": "https://api.kexp.org/v2/plays/3636620/?format=api",
    "airdate": "2026-04-01T22:27:52-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a1c09f8-2ce9-4a0b-8ff6-bdf7db2f08f4/34575350100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a1c09f8-2ce9-4a0b-8ff6-bdf7db2f08f4/34575350100-250.jpg",
    "song": "Why Go to the Moon?",
    "track_id": null,
    "recording_id": "154a3aac-3deb-49a5-b71a-84b6d94dce8c",
    "artist": "Sun Ra and His Astro Intergalactic Infinity Arkestra",
    "artist_ids": [
        "d9733f21-71d7-4fa7-813d-67eca0f0eaaf"
    ],
    "album": "Live in Egypt, Vol. I (Nature's God) (Dark Myth Equation Visitation)",
    "release_id": null,
    "release_group_id": "af37f6b5-96af-4ea1-ac6c-de8a4f80c259",
    "labels": [
        "Thoth Intergalactic"
    ],
    "label_ids": [
        "af7a5861-d4dd-4b94-abdf-d2012491c0c4"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}