Information about plays

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

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

{
    "id": 3593735,
    "uri": "https://api.kexp.org/v2/plays/3593735/?format=api",
    "airdate": "2025-12-20T23:34:03-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing for Christmas",
    "track_id": null,
    "recording_id": "18fb586d-a5e6-4fa7-97ef-f5da3efa87fe",
    "artist": "The Reducers",
    "artist_ids": [
        "7bfdd62d-f668-4b05-abdc-88bd863cffc4"
    ],
    "album": "Season’s Greetings",
    "release_id": null,
    "release_group_id": "73ad93fb-4fa1-4855-b7be-fa6275968b95",
    "labels": [
        "Rave On Records"
    ],
    "label_ids": [
        "45abe2e3-9856-4969-9893-cc53c746df98"
    ],
    "release_date": "1988-12-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Reducers were a punk rock band from New London, Connecticut, active primarily in the late 1970s and 1980s. Known for their raw, high-energy sound and gritty lyrics, they became one of the defining acts of the New England punk scene. https://reducers.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}