Information about plays

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

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

{
    "id": 3632696,
    "uri": "https://api.kexp.org/v2/plays/3632696/?format=api",
    "airdate": "2026-03-23T09:59:00-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-54a0d899-26e6-4637-ae20-9ab76606f386/mbid-54a0d899-26e6-4637-ae20-9ab76606f386-13523349336_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/22/items/mbid-54a0d899-26e6-4637-ae20-9ab76606f386/mbid-54a0d899-26e6-4637-ae20-9ab76606f386-13523349336_thumb250.jpg",
    "song": "A House Is Not a Home",
    "track_id": "fce0aeb5-71b3-3cfc-b83a-0af74b5821c1",
    "recording_id": "b5b13dd1-9701-46e8-8fff-0eaccacc1d35",
    "artist": "Dionne Warwick",
    "artist_ids": [
        "6784ee31-6d79-4a37-9e1f-01d6ef31940e"
    ],
    "album": "Make Way for Dionne Warwick",
    "release_id": "54a0d899-26e6-4637-ae20-9ab76606f386",
    "release_group_id": "402661b3-2035-35f7-abe3-3310eb0851d6",
    "labels": [
        "Scepter"
    ],
    "label_ids": [
        "88799151-84e5-453e-b895-06535b3c8f34"
    ],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled in the previous A Tribe Called Quest song, written by Burt Bacharach and Hal David for the 1964 film of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}