Information about plays

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

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

{
    "id": 3638834,
    "uri": "https://api.kexp.org/v2/plays/3638834/?format=api",
    "airdate": "2026-04-06T23:46:20-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/03fb35ef-8524-4956-8ee8-17dbc6166ee1/44209654196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03fb35ef-8524-4956-8ee8-17dbc6166ee1/44209654196-250.jpg",
    "song": "Say Nothing",
    "track_id": null,
    "recording_id": null,
    "artist": "Lauren Auder",
    "artist_ids": [
        "759df5bb-4edf-40fb-bed3-17ed7312d4ff"
    ],
    "album": "Whole World as Vigil",
    "release_id": null,
    "release_group_id": "fc15e168-2fa1-4aef-aaf5-62c1156138fc",
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2026-03-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Baroquely orchestrated pop\" compositions from London's Lauren Auder - https://laurenauder.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}