Information about plays

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

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

{
    "id": 3620971,
    "uri": "https://api.kexp.org/v2/plays/3620971/?format=api",
    "airdate": "2026-02-22T19:39:33-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Liftin' Me Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "To Whom This May Concern",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blues Babe, Human Re Sources, The Orchard"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To Whom This May Concern is the sixth studio album by singer Jill Scott. It was released on February 13, 2026, by Blues Babe, Human Re Sources, and The Orchard. The album is Jill Scott's first full-length project in ten years. The album features collaborations from Ab-Soul, JID, Tierra Whack, and Too Short, along with production from from longtime collaborator Andre Harris, Adam Blackstone, Camper, DJ Premier, and Trombone Shorty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}