Information about plays

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

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

{
    "id": 3597144,
    "uri": "https://api.kexp.org/v2/plays/3597144/?format=api",
    "airdate": "2025-12-28T10:51:18-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caught Up in the Past",
    "track_id": "afdd3336-bcf9-4654-989b-5f8092d73bf5",
    "recording_id": "5d3d7398-107d-4db1-aefe-05c68cb0cc2c",
    "artist": "Jeff Tweedy",
    "artist_ids": [
        "63287966-6021-474a-ba76-edc37a5f1b7c"
    ],
    "album": "Twilight Override",
    "release_id": "d114555a-416c-467c-9a36-8d54bf198968",
    "release_group_id": "ad8aa827-01fb-4d2e-bc74-c8ace754ed1c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fantastic new triple album from Jeff Tweedy bursting with 30 songs. Playing the Moore on 4/2/26.\n\nhttps://jefftweedy.bandcamp.com/album/twilight-override",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}