Information about plays

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

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

{
    "id": 3636613,
    "uri": "https://api.kexp.org/v2/plays/3636613/?format=api",
    "airdate": "2026-04-01T22:06:36-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/842bd104-a8ef-4533-adeb-9bb697b4ed87/36599947744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/842bd104-a8ef-4533-adeb-9bb697b4ed87/36599947744-250.jpg",
    "song": "As the Moon Speaks (Return)",
    "track_id": null,
    "recording_id": "8da324ac-8f73-4409-9e9e-fa07b38934e1",
    "artist": "Captain Beyond",
    "artist_ids": [
        "e20a361c-89e2-466d-ab04-2fd271524d69"
    ],
    "album": "Captain Beyond",
    "release_id": null,
    "release_group_id": "ab6098e5-98a8-315c-a338-07734d4ccf2a",
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1972-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from this L.A. group featuring former members of Iron Butterfly and Deep Purple.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}