Information about plays

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

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

{
    "id": 3588581,
    "uri": "https://api.kexp.org/v2/plays/3588581/?format=api",
    "airdate": "2025-12-08T17:43:47-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body & Soul (Feat. Hips & Lips)",
    "track_id": null,
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Somebody Else Is Calling",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stratasonic"
    ],
    "label_ids": [],
    "release_date": "2025-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unreleased single from the Andy Butler Hercules and Love Affair's upcoming EP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}