Information about plays

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

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

{
    "id": 3621526,
    "uri": "https://api.kexp.org/v2/plays/3621526/?format=api",
    "airdate": "2026-02-24T02:35:10-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-569f542f-aa95-4775-b9aa-ab4b522e12d8/mbid-569f542f-aa95-4775-b9aa-ab4b522e12d8-37911413980_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-569f542f-aa95-4775-b9aa-ab4b522e12d8/mbid-569f542f-aa95-4775-b9aa-ab4b522e12d8-37911413980_thumb250.jpg",
    "song": "Nevasure",
    "track_id": "8981cec4-3337-4bcb-82bc-5d5811c68fbd",
    "recording_id": "7d8730dd-b417-4fc9-b18b-93954ae4e872",
    "artist": "John Glacier",
    "artist_ids": [
        "34ebe14b-113c-4004-9625-77cb6b13b27d"
    ],
    "album": "Like a Ribbon",
    "release_id": "569f542f-aa95-4775-b9aa-ab4b522e12d8",
    "release_group_id": "b9de44f0-6fba-4927-a0d7-51990400038e",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "February 2024 release that got a deluxe rerelease in February 2025\n\nhttps://johnglacier.bandcamp.com/album/like-a-ribbon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}