Information about plays

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

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

{
    "id": 3640554,
    "uri": "https://api.kexp.org/v2/plays/3640554/?format=api",
    "airdate": "2026-04-11T03:24:57-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-d6cb5d0c-7bdf-4e67-82bf-c3e728be43a6/mbid-d6cb5d0c-7bdf-4e67-82bf-c3e728be43a6-20596980842_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-d6cb5d0c-7bdf-4e67-82bf-c3e728be43a6/mbid-d6cb5d0c-7bdf-4e67-82bf-c3e728be43a6-20596980842_thumb250.jpg",
    "song": "Selling Advertising",
    "track_id": "c0afce62-eca8-39ed-9879-8107ee97e0ad",
    "recording_id": "12752199-e222-415d-b9c5-1513ff730cef",
    "artist": "David Bazan",
    "artist_ids": [
        "d1714baa-2174-4233-8272-f537bfa9fbba"
    ],
    "album": "Fewer Moving Parts",
    "release_id": "d6cb5d0c-7bdf-4e67-82bf-c3e728be43a6",
    "release_group_id": "5f3af6e2-0ef3-31d3-8318-2f42461e8f6e",
    "labels": [
        "Eat My Flesh, Drink My Blood"
    ],
    "label_ids": [
        "f205d31a-7925-4850-a970-96c464803df6"
    ],
    "release_date": "2006-06-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}