Information about plays

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

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

{
    "id": 3595868,
    "uri": "https://api.kexp.org/v2/plays/3595868/?format=api",
    "airdate": "2025-12-25T13:56:23-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Captain Santa Claus (And His Reindeer Space Patrol)",
    "track_id": null,
    "recording_id": "22c7b59f-5152-4032-b651-43052baba307",
    "artist": "Bobby Helms",
    "artist_ids": [
        "502b3244-0f7d-470c-99e9-b17fe6bcaabf"
    ],
    "album": "The Complete Releases 1955-62",
    "release_id": null,
    "release_group_id": "90ca596e-0311-42f1-ab33-f1fb9ebee78c",
    "labels": [
        "Acrobat Music"
    ],
    "label_ids": [
        "3aa21d1e-a6ab-4e1b-b186-5da93ce9988c"
    ],
    "release_date": "2017-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though his name is unfamiliar to most, Bobby Helms rules the airwaves every year around December 25th. His single \"Jingle Bell Rock\" first became a hit in 1957, and it reappeared on the charts four of the following five years to become an all-time Christmas classic. --Allmusic https://tinyurl.com/y7cv2xhp\n\nThe Smithsonian actually has a copy of the original 45! https://tinyurl.com/4e2985yy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}