Information about plays

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

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

{
    "id": 3595252,
    "uri": "https://api.kexp.org/v2/plays/3595252/?format=api",
    "airdate": "2025-12-24T07:10:52-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas in Prison",
    "track_id": "3a2a408a-d035-3977-b787-090c5b67663d",
    "recording_id": "f8b88066-3eb8-4447-9323-bffaf166b1af",
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "Sweet Revenge",
    "release_id": "abf19376-7d08-3505-b79c-2a6ec81a344a",
    "release_group_id": "39e2e75e-03b5-3428-a856-84c4c2c639a4",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Discovered by Kris Kristofferson performing in a bar, John Prine is one of America's most well-beloved and regarded Americana artists.\n\nhttps://www.johnprine.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}