Information about plays

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

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

{
    "id": 3635128,
    "uri": "https://api.kexp.org/v2/plays/3635128/?format=api",
    "airdate": "2026-03-29T13:08:08-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-0a54174c-7a46-43f3-951e-b96bd9fbcb1f/mbid-0a54174c-7a46-43f3-951e-b96bd9fbcb1f-44140537063_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-0a54174c-7a46-43f3-951e-b96bd9fbcb1f/mbid-0a54174c-7a46-43f3-951e-b96bd9fbcb1f-44140537063_thumb250.jpg",
    "song": "Great Advice",
    "track_id": "af0b8a69-07a9-4f49-81ab-26288631c7b1",
    "recording_id": "634b8ff5-6f57-4b77-b7ea-7a846542927a",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Creature of Habit",
    "release_id": "0a54174c-7a46-43f3-951e-b96bd9fbcb1f",
    "release_group_id": "86bd7034-660d-4f1d-96bf-1a70b81394ab",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}