Information about plays

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

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

{
    "id": 3636052,
    "uri": "https://api.kexp.org/v2/plays/3636052/?format=api",
    "airdate": "2026-03-31T15:00:19-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Image",
    "track_id": null,
    "recording_id": "1a6d28bb-15f0-4b79-bcb6-e9d24c24fc8f",
    "artist": "Beverly Glenn‐Copeland",
    "artist_ids": [
        "c7e4e51b-df22-4ff3-9bb3-3a56d801e5be"
    ],
    "album": "Primal Prayer",
    "release_id": null,
    "release_group_id": "a44ff095-d3cc-4824-b13a-8bcc97d2b905",
    "labels": [
        "Transgressive"
    ],
    "label_ids": [
        "9e47f850-bc37-47c1-abbc-c3a2419c8cd7"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born into a family all of whom were very musical, Beverly Glenn-Copeland essentially studied the classical piano repertoire from ‘cradlehood!\" https://bit.ly/2ZBdV5j",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}