Information about plays

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

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

{
    "id": 3635664,
    "uri": "https://api.kexp.org/v2/plays/3635664/?format=api",
    "airdate": "2026-03-30T17:36:35-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-45a48430-6bad-44be-8735-46f0e04ab3ad/mbid-45a48430-6bad-44be-8735-46f0e04ab3ad-44687397004_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-45a48430-6bad-44be-8735-46f0e04ab3ad/mbid-45a48430-6bad-44be-8735-46f0e04ab3ad-44687397004_thumb250.jpg",
    "song": "Move",
    "track_id": "98a52658-0eb0-4498-80a6-9b82dcc0ef04",
    "recording_id": "92c1f44c-ee21-462e-893e-395929d0d293",
    "artist": "Tank and the Bangas feat. Lucky Daye",
    "artist_ids": [
        "8fc9137a-742f-42bd-988f-1794673c28ea",
        "a7472b5e-9b6e-48a6-b910-37c940487086"
    ],
    "album": "The Last Balloon",
    "release_id": "45a48430-6bad-44be-8735-46f0e04ab3ad",
    "release_group_id": "e4e63bac-e77f-4210-87ff-190e8ad9d0e6",
    "labels": [
        "Verve Label Group"
    ],
    "label_ids": [
        "9eb1eb2a-0fbb-4b79-8185-c981906afc82"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "new single from The Last Balloon due to be released middle of May.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}