Information about plays

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

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

{
    "id": 3592623,
    "uri": "https://api.kexp.org/v2/plays/3592623/?format=api",
    "airdate": "2025-12-18T09:01:31-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle Love",
    "track_id": "7137bb76-5021-44e8-beaa-1a2979a55e78",
    "recording_id": "e39e2a63-b421-4853-82c5-49aec5a9458f",
    "artist": "The Time",
    "artist_ids": [
        "3bfa8f23-2dbb-43e2-b1da-3cfaa6c5ff9d"
    ],
    "album": "Ice Cream Castle",
    "release_id": "d8014811-055d-4131-bc19-878d6034368f",
    "release_group_id": "7bcad944-a741-32ad-b387-8489c8b4b9ac",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jellybean\" Johnson, drummer of Minneapolis funk band The Time, died at 69 on November 21st.\n\nOn Wednesday, Nov. 19, Johnson shared a message to mark his 69th birthday and to garner support for his latest project, the Minneapolis Sound Museum, ”As I approach this birthday, I've been asking myself what legacy really means. What do I want to leave behind? What do I want people — especially our young people — to know? And the truth is simple: I want our story protected. I want our community honored. I want the next generation to have what we had: access, opportunity, and a place to belong.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}