Information about plays

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

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

{
    "id": 3595717,
    "uri": "https://api.kexp.org/v2/plays/3595717/?format=api",
    "airdate": "2025-12-25T06:29:20-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Do the Lonely Do at Christmas?",
    "track_id": "79cfcc3c-df57-4034-8521-803fc85a1696",
    "recording_id": "b94892f8-98ad-4a2c-8238-8c0ef0b219a3",
    "artist": "The Emotions",
    "artist_ids": [
        "6ff13427-08ff-4da2-bee8-892e1fa22d3c"
    ],
    "album": "Christmas in Soulsville",
    "release_id": "de1bff48-4dd6-401f-831e-05a64ad702d3",
    "release_group_id": "113610c3-ccbc-4088-8188-c505fb0c008a",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2007-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1973 under Stax Records, this is a classic R&B holiday song recorded by the American female group The Emotions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}