Information about plays

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

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

{
    "id": 3616321,
    "uri": "https://api.kexp.org/v2/plays/3616321/?format=api",
    "airdate": "2026-02-11T22:09:41-08:00",
    "show": 65908,
    "show_uri": "https://api.kexp.org/v2/shows/65908/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-7a2b421e-b429-4c40-8de0-a08b1ea66bcc/mbid-7a2b421e-b429-4c40-8de0-a08b1ea66bcc-43244492705_thumb500.jpg",
    "thumbnail_uri": "https://ia601000.us.archive.org/28/items/mbid-7a2b421e-b429-4c40-8de0-a08b1ea66bcc/mbid-7a2b421e-b429-4c40-8de0-a08b1ea66bcc-43244492705_thumb250.jpg",
    "song": "Homeless Maccabie",
    "track_id": "a88b75aa-e748-45b4-bb2d-b7da2ded1da4",
    "recording_id": "d911d04c-dcb7-41cd-8576-0bbf3c5d448f",
    "artist": "Ben Marc feat. Σtella",
    "artist_ids": [
        "b0a53552-bddc-4c04-9839-be03f42b4cdf",
        "1bf41653-37f0-4b0f-a46b-a3e00820d72f"
    ],
    "album": "Who Cares Wins",
    "release_id": "7a2b421e-b429-4c40-8de0-a08b1ea66bcc",
    "release_group_id": "9d7d88c6-b039-45c8-a978-ce9294a24d54",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://benmarc.bandcamp.com/album/who-cares-wins",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}