Information about plays

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

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

{
    "id": 3576336,
    "uri": "https://api.kexp.org/v2/plays/3576336/?format=api",
    "airdate": "2025-11-10T07:15:17-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Home Again",
    "track_id": "5363b47e-5e46-414e-8bda-3beac337b572",
    "recording_id": "d807cf94-9eee-4ede-9ceb-b695c92bd624",
    "artist": "Ger Eaton",
    "artist_ids": [
        "5aefc4e3-a22f-4564-a575-1b633c1e92d9"
    ],
    "album": "Season Changes",
    "release_id": "6c794299-ed10-4a18-8f25-92fdf098241c",
    "release_group_id": "91abe9cd-1949-4d73-ba80-a111fd31c0f8",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://gereatondimplediscs.bandcamp.com/album/season-changes-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}