Information about plays

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

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

{
    "id": 3637242,
    "uri": "https://api.kexp.org/v2/plays/3637242/?format=api",
    "airdate": "2026-04-03T11:08:11-07:00",
    "show": 66353,
    "show_uri": "https://api.kexp.org/v2/shows/66353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Landfill",
    "track_id": "d27d2c8e-aee4-49bd-a1c1-2bafe695e8a3",
    "recording_id": "7cafbc29-3fb0-4ab0-adce-b4514940f713",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "The Landfill",
    "release_id": "cd249f33-0250-4e99-993a-9a5950435e67",
    "release_group_id": "06b67dcd-a298-458d-8f60-87519b76f7f4",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2026-06-12",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fruit Bats have announced a fall tour!\n\n- Berkeley, CA on Thursday, Oct. 1, at the UC Theatre\n\n- Seattle, WA, on Friday, Oct. 9, at Showbox SoDo\n\nhttps://www.fruitbatsmusic.com/tour\n\nThis new single comes from the upcoming album of the same name, The Landfill, due out on June 12th. Pre-order here: https://fruit-bats.bandcamp.com/album/the-landfill\n\nWatch the official video here: https://www.youtube.com/watch?v=OPN0hUmAuYo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}