Information about plays

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

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

{
    "id": 3625463,
    "uri": "https://api.kexp.org/v2/plays/3625463/?format=api",
    "airdate": "2026-03-05T03:02:07-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ff93c7c-9487-40ac-921e-d0ef43aec196/31056984562-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ff93c7c-9487-40ac-921e-d0ef43aec196/31056984562-250.jpg",
    "song": "Silly",
    "track_id": null,
    "recording_id": "e3324fb5-1bcf-48a0-a23a-534d563d2571",
    "artist": "Deniece Williams",
    "artist_ids": [
        "f28dc56d-0bd4-485f-92a2-5c3e0e9b57cd"
    ],
    "album": "My Melody",
    "release_id": null,
    "release_group_id": "6903733b-355d-45f4-af50-b37834274c61",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1981-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Bell, who helped innovate the sound of Philadelphia Soul, died in 2002 at the age of 79. \"As a songwriter, arranger and producer, he brought sophistication and melodic inventiveness to hits by the Delfonics, the Spinners and others.\": \nhttps://www.nytimes.com/2022/12/23/arts/music/thom-bell-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}