Information about plays

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

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

{
    "id": 3638101,
    "uri": "https://api.kexp.org/v2/plays/3638101/?format=api",
    "airdate": "2026-04-05T08:23:47-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Sacred Place",
    "track_id": null,
    "recording_id": "7a75bdd4-306d-450d-8b8d-e0ac928842f4",
    "artist": "Harlan Silverman",
    "artist_ids": [
        "b1b74648-2403-4b3d-bfc3-a23db898201f"
    ],
    "album": "Music for Stillness",
    "release_id": null,
    "release_group_id": "bb232d45-91bc-4659-ab7a-be50a2a2312a",
    "labels": [
        "Mississippi"
    ],
    "label_ids": [],
    "release_date": "2026-03-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off a new solo offering from Portland-based musician and The Cosmic Tones Research Trio member Harlan Silverman ~ https://mississippirecords.bandcamp.com/album/music-for-stillness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}