Information about plays

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

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

{
    "id": 3638460,
    "uri": "https://api.kexp.org/v2/plays/3638460/?format=api",
    "airdate": "2026-04-06T03:21:57-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/f525d01a-6129-471c-94d5-9edaa61b98ca/44466996180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f525d01a-6129-471c-94d5-9edaa61b98ca/44466996180-250.jpg",
    "song": "The Shadowy Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [],
    "album": "The Mountain",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kong"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ninth studio album from Damon Albarn and co.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}