Information about plays

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

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

{
    "id": 3595610,
    "uri": "https://api.kexp.org/v2/plays/3595610/?format=api",
    "airdate": "2025-12-25T01:24:33-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Salsoul Christmas Suite: The Nutcracker Miniature Overture / Marche / Dance of the Sugar‐Plum Fairy / The Nutcracker Miniature (reprise)",
    "track_id": null,
    "recording_id": "484f782d-8a1b-443f-85c6-bc7228743c77",
    "artist": "The Salsoul Orchestra",
    "artist_ids": [
        "ad580d3e-3e21-414f-b131-ecdb379d1c1e"
    ],
    "album": "Christmas Jollies II",
    "release_id": null,
    "release_group_id": "c52b61d8-1e48-4a29-9433-54d1817a0749",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1981-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}