Information about plays

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

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

{
    "id": 3578111,
    "uri": "https://api.kexp.org/v2/plays/3578111/?format=api",
    "airdate": "2025-11-14T15:09:10-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-608de3ea-c08f-36f5-9ac6-53d401940de7/mbid-608de3ea-c08f-36f5-9ac6-53d401940de7-11745044868_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-608de3ea-c08f-36f5-9ac6-53d401940de7/mbid-608de3ea-c08f-36f5-9ac6-53d401940de7-11745044868_thumb250.jpg",
    "song": "Pink Moon",
    "track_id": "a133271d-b10b-331f-80b0-8c4b08b44622",
    "recording_id": "d840d505-c0e0-44fe-9c03-3a272cfff88e",
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Pink Moon",
    "release_id": "608de3ea-c08f-36f5-9ac6-53d401940de7",
    "release_group_id": "740ec10a-e887-38a6-a04d-fe2069c9e2a7",
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1992-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Natassja in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}