Information about plays

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

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

{
    "id": 3598011,
    "uri": "https://api.kexp.org/v2/plays/3598011/?format=api",
    "airdate": "2025-12-30T13:12:15-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s Always in My Hair",
    "track_id": null,
    "recording_id": "197691d4-77fd-473f-b2d4-014194bfa3a4",
    "artist": "D’Angelo",
    "artist_ids": [],
    "album": "Scream 2: Music from the Dimension Motion Picture",
    "release_id": null,
    "release_group_id": "f2302792-9159-3684-b923-709e578c74ba",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to one of the greats. The opening scene from Scream 2 uses this incredible Prince cover.\n---\nListen to this live version from Prince, in 1999 , here:\nhttps://www.youtube.com/watch?v=sliWAtpTaUw&list=RDsliWAtpTaUw&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}