Information about plays

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

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

{
    "id": 3632325,
    "uri": "https://api.kexp.org/v2/plays/3632325/?format=api",
    "airdate": "2026-03-22T11:00:04-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c450cc8-b64a-438b-ba54-a12aefc46736/21731034338-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c450cc8-b64a-438b-ba54-a12aefc46736/21731034338-250.jpg",
    "song": "Steal My Sunshine (instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "LEN",
    "artist_ids": [
        "f7f4c28d-2a57-4c44-a74d-112105bbeaeb"
    ],
    "album": "You Can’t Stop The Bum Rush",
    "release_id": null,
    "release_group_id": "0045ef2c-3d3c-34c7-90c1-73b52bc97262",
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "release_date": "1999-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer, Marc Costanzo went to a rave where he heard the 1976 disco hit \"More, More, More\" by Andrea True Connection and that went on to be a core part of this hit song for the Canadian band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}