Information about plays

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

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

{
    "id": 3603200,
    "uri": "https://api.kexp.org/v2/plays/3603200/?format=api",
    "airdate": "2026-01-11T20:32:22-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Freak",
    "track_id": null,
    "recording_id": "ec3f4ca9-66e9-4103-939a-8f67f0c99f49",
    "artist": "Chain Reaction",
    "artist_ids": [
        "dbb999d0-c5bc-418d-bf85-d0a75b7f0c23"
    ],
    "album": "Dance Freak",
    "release_id": null,
    "release_group_id": "3fa440c9-c149-417c-a887-879d554ef7f7",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chain Reaction released \"Dance Freak\" in 1980.\nChain Reaction was comprised of Harold Sargent, Jeffery Jones, Jeffery Mitchell, Johnny Jones, Lenny Butler, Marsha L. Carter, Roy \"R. J.\" Spinola, Sam Wright, Silver Sargent, Timothy Martin, and Tommy Copeland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}