Information about plays

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

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

{
    "id": 3597507,
    "uri": "https://api.kexp.org/v2/plays/3597507/?format=api",
    "airdate": "2025-12-29T07:02:44-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cowboying",
    "track_id": "94e39365-2dcc-4443-8f91-84582326de9f",
    "recording_id": "206bfa51-1ace-42ba-a2d9-279b6fb7057b",
    "artist": "Haley Heynderickx & Max García Conover",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf",
        "69e45e41-0ee1-4891-ad16-d50c23134293"
    ],
    "album": "What of Our Nature",
    "release_id": "16b91fa3-4a0a-43ca-840d-7259fc7ad539",
    "release_group_id": "fb28271f-7bda-4c2f-bb04-2e23db030b18",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is the second collaborative album from Portland's Haley Heynderickx and Maine's Max Garcia Conover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}