Information about plays

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

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

{
    "id": 3596280,
    "uri": "https://api.kexp.org/v2/plays/3596280/?format=api",
    "airdate": "2025-12-26T13:27:20-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "THOUGHT LEADER",
    "track_id": "7486774a-cb77-4bd5-8384-5cb8ed6b8362",
    "recording_id": "4cf1dfed-1eba-4991-90db-41f1fa24969d",
    "artist": "HEALTH",
    "artist_ids": [
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "CONFLICT DLC",
    "release_id": "2da8724c-d896-49c7-ac26-5d7fd33030d7",
    "release_group_id": "19cdea2d-9fa3-4e7d-8aac-b255330a26b3",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-12-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lay in the dark\nStare at the screen\nToo hard\nTo sleep\n\nMarch 31st at The Warfield in San Francisco\nApril 4th at The Vogue in Vancouver BC\nApril 5th at The Showbox in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}