Information about plays

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

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

{
    "id": 3595726,
    "uri": "https://api.kexp.org/v2/plays/3595726/?format=api",
    "airdate": "2025-12-25T06:49:38-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's What I Want for Christmas",
    "track_id": "53b2d26f-8ac5-370d-b8ff-e735a23647fe",
    "recording_id": "ff5aa985-8fc1-47bc-afdb-7d64fbcb0fc0",
    "artist": "Nancy Wilson",
    "artist_ids": [
        "f597eafc-4dc5-4bc4-a019-a5035a3c8502"
    ],
    "album": "By Golly Get Jolly",
    "release_id": "e937064f-628f-47d2-b496-cbe9b5775372",
    "release_group_id": "f375177f-23ab-3f64-8556-8fd8a9716922",
    "labels": [
        "Hear Music"
    ],
    "label_ids": [
        "dd3af2fc-d94b-44f0-8aa3-78c5d3246001"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During her performing career, Nancy Wilson was labeled a singer of blues, jazz, R&B, pop, and soul; a \"consummate actress;\" and \"the complete entertainer.\" The title she preferred, however, was \"song stylist\". She received many nicknames including \"Sweet Nancy,\" \"The Baby,\" \"Fancy Miss Nancy\" and \"The Girl With the Honey-Coated Voice,\" and she was all that, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}