Information about plays

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

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

{
    "id": 3595294,
    "uri": "https://api.kexp.org/v2/plays/3595294/?format=api",
    "airdate": "2025-12-24T09:06:54-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Presents",
    "track_id": null,
    "recording_id": "fbe13b5c-6f12-40e8-b273-fc28d768112f",
    "artist": "Solomon Burke",
    "artist_ids": [
        "d5c79890-36c5-4f1b-bed3-4468eee093f3"
    ],
    "album": "Christmas Party With Eddie G.",
    "release_id": null,
    "release_group_id": "35bf4d84-067f-43a7-a026-7a8bbd09a155",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The King of Rock ‘n’ Soul. Solomon Burke sang country-influenced soul in a booming voice that resonated in the depths of your soul. Burke’s voice is gritty, ardent—the voice of a man who has lived and seen it all.\"\nhttps://rockhall.com/inductees/solomon-burke/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}