Information about plays

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

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

{
    "id": 3597155,
    "uri": "https://api.kexp.org/v2/plays/3597155/?format=api",
    "airdate": "2025-12-28T11:31:03-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "https://ia800201.us.archive.org/1/items/mbid-528dfa9d-7864-49e5-8bd1-d0e5d62db1f5/mbid-528dfa9d-7864-49e5-8bd1-d0e5d62db1f5-43318543785_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/1/items/mbid-528dfa9d-7864-49e5-8bd1-d0e5d62db1f5/mbid-528dfa9d-7864-49e5-8bd1-d0e5d62db1f5-43318543785_thumb250.jpg",
    "song": "The List",
    "track_id": "14a17ef2-146e-4762-8355-dd99a9a1a83e",
    "recording_id": "c8f10b6a-9264-43d0-8150-7feee77d3538",
    "artist": "Jesse Welles",
    "artist_ids": [
        "7c6eca15-4e98-4016-95cd-a238d840bca1"
    ],
    "album": "No Kings",
    "release_id": "528dfa9d-7864-49e5-8bd1-d0e5d62db1f5",
    "release_group_id": "9e30100f-9662-4c35-b4ab-cd0369006bca",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}