Information about plays

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

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

{
    "id": 3636475,
    "uri": "https://api.kexp.org/v2/plays/3636475/?format=api",
    "airdate": "2026-04-01T14:26:32-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wordless Chorus",
    "track_id": null,
    "recording_id": "5b2be880-d1a8-4730-848b-d1be222091d2",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Z",
    "release_id": null,
    "release_group_id": "3e3d75c0-48a4-3def-8dc3-b417b2d6e5e7",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My Morning Jacket is playing a 7-night residency at The Fillmore in SF in early October.  Learn more here: https://rockcellarmagazine.com/my-morning-jacket-fillmore-san-francisco-concerts-2026/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}