Information about plays

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

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

{
    "id": 3594055,
    "uri": "https://api.kexp.org/v2/plays/3594055/?format=api",
    "airdate": "2025-12-21T14:39:24-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Took the Merry Out of Christmas?",
    "track_id": "28f9269f-dae7-4a8f-8127-317108eb9e7c",
    "recording_id": "d440027f-39d9-4473-83fd-86baacdabc3d",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "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 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}