Information about plays

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

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

{
    "id": 3638806,
    "uri": "https://api.kexp.org/v2/plays/3638806/?format=api",
    "airdate": "2026-04-06T22:29:15-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/81e35d9f-c7b7-4be5-8209-a29dea8ced6c/44509897097-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81e35d9f-c7b7-4be5-8209-a29dea8ced6c/44509897097-250.jpg",
    "song": "Under the Covers",
    "track_id": null,
    "recording_id": "7847d51a-8455-49c4-bae4-ea629ae8cd48",
    "artist": "Carla dal Forno",
    "artist_ids": [
        "ae363169-4422-49f9-9d92-be36456cfed7"
    ],
    "album": "Confession",
    "release_id": null,
    "release_group_id": "b8edcb3d-7d8d-4593-8454-5e244969fb7d",
    "labels": [
        "Kallista"
    ],
    "label_ids": [],
    "release_date": "2026-04-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You had me at \"new Carla dal Forno\" (also out April 24th) - https://carladalforno.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}