Information about plays

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

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

{
    "id": 3597146,
    "uri": "https://api.kexp.org/v2/plays/3597146/?format=api",
    "airdate": "2025-12-28T10:59:01-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine",
    "track_id": "7defc93b-904d-42b3-9b6b-70b724439f65",
    "recording_id": "ac45c2af-8d47-4028-a8fd-a19131257c46",
    "artist": "Small Paul",
    "artist_ids": [
        "c2a23d44-99f9-4f5c-9924-13220ddf1b9f"
    ],
    "album": "I Was Love, I Was Light",
    "release_id": "64ad846c-77b3-430e-b11d-debfe0bb9df0",
    "release_group_id": "076e244c-0c92-4aae-83b4-c4ec42973a37",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sunny Seattle supergroup of Kevin Murphy from The Moondoggies, Chris King and Malcolm Roberts from Chris King & The Gutterballs along with Seth McDonald from All Star Opera.\n\nhttps://smallpaulband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}