Information about plays

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

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

{
    "id": 3634859,
    "uri": "https://api.kexp.org/v2/plays/3634859/?format=api",
    "airdate": "2026-03-28T21:37:35-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So All the Superheroes",
    "track_id": null,
    "recording_id": "37f88f91-6160-46c9-8c5b-ff23b897a75c",
    "artist": "The Thought Criminals",
    "artist_ids": [
        "09eea5cc-26bd-4db8-9521-79474e03473e"
    ],
    "album": "Food for Thoughtcrimes",
    "release_id": null,
    "release_group_id": "fb081387-f7b9-3212-86b3-82ed54edd693",
    "labels": [
        "Doublethink"
    ],
    "label_ids": [
        "855f19d6-4ef4-48cd-b226-73dc3db5b61a"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deriving their name from Orwell’s 1984, the band was a pioneer of the Australian DIY movement, releasing their own music on their Doublethink label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}