Information about plays

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

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

{
    "id": 3640190,
    "uri": "https://api.kexp.org/v2/plays/3640190/?format=api",
    "airdate": "2026-04-10T06:24:29-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-0123d225-e035-3728-ac3a-3758c9d4edad/mbid-0123d225-e035-3728-ac3a-3758c9d4edad-7940728317_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-0123d225-e035-3728-ac3a-3758c9d4edad/mbid-0123d225-e035-3728-ac3a-3758c9d4edad-7940728317_thumb250.jpg",
    "song": "Cannonball",
    "track_id": "481c90f7-6d64-3aa3-b6fb-6ec03c024497",
    "recording_id": "6ba36405-522d-47ab-95a8-a2ad6e56efba",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": "7aaf0618-292c-3474-bfbc-d831baf710cf",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Lots of requests for this one.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}