Information about plays

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

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

{
    "id": 3595153,
    "uri": "https://api.kexp.org/v2/plays/3595153/?format=api",
    "airdate": "2025-12-24T01:52:48-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mambo Santa Mambo",
    "track_id": "d5658e3c-a084-3cd9-aeb8-85b5cb51c057",
    "recording_id": "39350961-3a9c-449a-84ef-5b78d66cceb4",
    "artist": "The Enchanters",
    "artist_ids": [
        "9637ff6d-d40c-4ff0-9128-4081feb1804f"
    ],
    "album": "Wish You Best Christmas Ever",
    "release_id": "8d1f7cc0-2124-4c7d-aa43-5f1fd4ea247b",
    "release_group_id": "2b4bd05a-39c0-4a02-aa6f-b0d2584abe18",
    "labels": [
        "Trikont"
    ],
    "label_ids": [
        "bdbc8d73-1954-4c4f-b552-b5ba38cf94ff"
    ],
    "release_date": "2007-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Enchanters were an American vocal group based in Detroit, Michigan. They produced several local hit records in the doo-wop genre during the late 1950s and early 1960s. Decades later, some of their songs have been re-released on Christmas and doo-wop compilations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}