Information about plays

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

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

{
    "id": 3594456,
    "uri": "https://api.kexp.org/v2/plays/3594456/?format=api",
    "airdate": "2025-12-22T11:50:37-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damage I've Done",
    "track_id": "758ced86-424c-3e81-961e-880a1f426028",
    "recording_id": "edf36f41-8230-4717-b02a-3d709eb42bdf",
    "artist": "The Heads feat. Johnette Napolitano",
    "artist_ids": [
        "881ca31a-d5f3-4406-a683-feec2e51fc47",
        "840645fa-d7ce-4ccb-8581-311efe6c2383"
    ],
    "album": "No Talking Just Head",
    "release_id": "7f28d946-7ebf-427f-86c0-177e1ae075b6",
    "release_group_id": "661b135d-3886-3f5f-8570-9a11ba2efcd6",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1996-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Heads were formed by the members of Talking Heads after their unsuccessful attempts to convince lead singer and lyricist David Byrne to return to work with the band. The three remaining members decided to record new material as the Heads and collaborate with various artists who would primarily provide the lyrics and vocals. -- Johnette Napolitano of Concrete Blonde wrote these lyrics and contributed the vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}