Information about plays

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

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

{
    "id": 3641073,
    "uri": "https://api.kexp.org/v2/plays/3641073/?format=api",
    "airdate": "2026-04-12T05:36:26-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d-36604441620_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d/mbid-9ab0d7be-3de2-4681-9347-b24c23d99a6d-36604441620_thumb250.jpg",
    "song": "Looking for Astronauts",
    "track_id": "f7008eb1-562f-33dc-bf54-84435e517a2e",
    "recording_id": "5cf1f48e-f358-4324-85c8-5757d1448b97",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Alligator",
    "release_id": "75abcec3-1432-3b63-ba0a-9e49279e314f",
    "release_group_id": "8bebb379-ac9e-3283-b230-a2d3deae7346",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2005-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2005!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}