Information about plays

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

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

{
    "id": 3601564,
    "uri": "https://api.kexp.org/v2/plays/3601564/?format=api",
    "airdate": "2026-01-07T22:00:01-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not the Same",
    "track_id": "725ec996-c4ab-4a8a-a178-1313942905c4",
    "recording_id": "ac25205f-ad64-4e31-a50c-a9baed14838b",
    "artist": "River Tiber",
    "artist_ids": [
        "f2afcf42-edf0-4670-8b31-0a4253709395"
    ],
    "album": "Spirals",
    "release_id": "0d435433-43fd-470d-a964-a899fb493862",
    "release_group_id": "2f3e7253-51b8-4c74-8d0f-77c04b78d95a",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Toronto's Tommy Paxton-Beesley (aka River Tiber)\n\nhttps://rivertiber.bandcamp.com/album/spirals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}