Information about plays

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

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

{
    "id": 3595705,
    "uri": "https://api.kexp.org/v2/plays/3595705/?format=api",
    "airdate": "2025-12-25T06:02:13-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Never Gets Old",
    "track_id": null,
    "recording_id": "d35cc7bb-de62-4131-9724-be4dbb7619a5",
    "artist": "Jamie Cullum",
    "artist_ids": [
        "b10806de-2198-4313-af6a-13df4acb912f"
    ],
    "album": "The Pianoman at Christmas",
    "release_id": null,
    "release_group_id": "68053e49-1c4f-4d47-adca-d558588e7a91",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2020-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English crooner Jamie Cullum is a pianist, songwriter and radio host, and he also accompanies himself on other instruments, including guitar and drums. He has recorded nine studio albums, three compilation albums, one live album and twenty-four singles.\n\nhttps://www.jamiecullum.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}