Information about plays

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

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

{
    "id": 3597162,
    "uri": "https://api.kexp.org/v2/plays/3597162/?format=api",
    "airdate": "2025-12-28T11:51:20-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t You Hear Me Calling",
    "track_id": "19ff0944-3778-4763-9318-ff5a47b6b9a8",
    "recording_id": "20a9df97-3318-4bd7-aa31-6ec21d5a30e7",
    "artist": "Annie & The Caldwells",
    "artist_ids": [
        "6cd7e438-601e-4f6b-bd2a-7729c99e934d"
    ],
    "album": "Can’t Lose My (Soul)",
    "release_id": "7d595d9d-1681-417a-a305-f776ee34bf33",
    "release_group_id": "5efee0fe-3685-43a4-85fd-5f8a7ee6b599",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Annie Caldwells says, “My family is my band”: she is backed by their daughters Deborah Caldwell Moore and Anjessica Caldwell and goddaughter Toni Rivers; their eldest son Willie Jr. Caldwell is on the bass and youngest son Abel Aquirius Caldwell is on the drums.\n\nhttps://annieandthecaldwells.bandcamp.com/album/can-t-lose-my-soul",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}