Information about plays

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

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

{
    "id": 3635499,
    "uri": "https://api.kexp.org/v2/plays/3635499/?format=api",
    "airdate": "2026-03-30T07:35:24-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710409.ca.archive.org/0/items/mbid-cd249f33-0250-4e99-993a-9a5950435e67/mbid-cd249f33-0250-4e99-993a-9a5950435e67-44684014598_thumb500.jpg",
    "thumbnail_uri": "https://dn710409.ca.archive.org/0/items/mbid-cd249f33-0250-4e99-993a-9a5950435e67/mbid-cd249f33-0250-4e99-993a-9a5950435e67-44684014598_thumb250.jpg",
    "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": "From the upcoming album of the same name, The Landfill, 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"
}