Information about plays

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

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

{
    "id": 3667205,
    "uri": "https://api.kexp.org/v2/plays/3667205/?format=api",
    "airdate": "2026-06-13T04:57:47-07:00",
    "show": 66974,
    "show_uri": "https://api.kexp.org/v2/shows/66974/?format=api",
    "image_uri": "https://ia800103.us.archive.org/23/items/mbid-35591bea-12d2-4379-9fb7-a7a94c099f00/mbid-35591bea-12d2-4379-9fb7-a7a94c099f00-30349861564_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-35591bea-12d2-4379-9fb7-a7a94c099f00/mbid-35591bea-12d2-4379-9fb7-a7a94c099f00-30349861564_thumb250.jpg",
    "song": "Old Ways",
    "track_id": "dc680e85-788c-456f-b45a-3b1f3d1a646c",
    "recording_id": "bdf2ee2a-43b1-438f-b141-47c954d7c65c",
    "artist": "Bleach Lab",
    "artist_ids": [
        "6029de13-221f-40f0-bb4a-1d6259e9f5d5"
    ],
    "album": "A Calm Sense Of Surrounding",
    "release_id": "35591bea-12d2-4379-9fb7-a7a94c099f00",
    "release_group_id": "68e2626f-c9e5-4c35-8af7-d5cd3b699e60",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "goes out to dave in the uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}