Information about plays

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

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

{
    "id": 3638455,
    "uri": "https://api.kexp.org/v2/plays/3638455/?format=api",
    "airdate": "2026-04-06T03:12:58-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7186618-b628-4a11-a9d8-92f2f62de465/44137074538-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7186618-b628-4a11-a9d8-92f2f62de465/44137074538-250.jpg",
    "song": "Red Herring",
    "track_id": null,
    "recording_id": null,
    "artist": "Nubiyan Twist",
    "artist_ids": [
        "4fdddb48-b8a0-470d-9db4-e5fc77230d59"
    ],
    "album": "Chasing Shadows",
    "release_id": null,
    "release_group_id": "6831c804-02df-4fd5-aef0-a5266d862562",
    "labels": [
        "Strut"
    ],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from the globetrotting London jazz collective",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}