Information about plays

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

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

{
    "id": 3595304,
    "uri": "https://api.kexp.org/v2/plays/3595304/?format=api",
    "airdate": "2025-12-24T09:38:29-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Must Be Santa",
    "track_id": null,
    "recording_id": "c3693f6e-92df-46ee-a7f6-5fa4d0ba03de",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Christmas in the Heart",
    "release_id": null,
    "release_group_id": "16d64d01-6d92-40b2-86ba-7f76c018ab9c",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2009-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An ever-evolving musician, Bob Dylan remains one of the most enigmatic musicians to emerge from the Newport Folk scene.\n\nhttps://www.bobdylan.com/\n\nThis song is reportedly based on a German drinking game, with the lyrics taking on a 'call and answer' structure: \"Who's got a beard/That's long and white?/Santa's got a beard/That's long and white.\" Dylan's version intersperses the names of former US presidents into the list of Santa's reindeers: \"Dasher, Dancer, Prancer, Vixen/Eisenhower, Kennedy, Johnson, Nixon/Dasher, Dancer, Prancer, Vixen/Carter, Reagan, Bush, and Clinton.\"\nhttps://www.songfacts.com/facts/bob-dylan/must-be-santa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}