Information about plays

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

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

{
    "id": 3578824,
    "uri": "https://api.kexp.org/v2/plays/3578824/?format=api",
    "airdate": "2025-11-16T03:46:13-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-e9dfc6fd-3f9e-43ee-87c1-98d7e5c6f370/mbid-e9dfc6fd-3f9e-43ee-87c1-98d7e5c6f370-43357096081_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-e9dfc6fd-3f9e-43ee-87c1-98d7e5c6f370/mbid-e9dfc6fd-3f9e-43ee-87c1-98d7e5c6f370-43357096081_thumb250.jpg",
    "song": "Who’s there",
    "track_id": "444a3c60-9805-43bc-829f-a590ac0e3f3a",
    "recording_id": "f1301110-7731-4fb2-bcfe-24f40d529211",
    "artist": "Sotomayor",
    "artist_ids": [
        "9968588b-d2e9-4aec-83ee-d733a376b39d"
    ],
    "album": "WABI SABI",
    "release_id": "e9dfc6fd-3f9e-43ee-87c1-98d7e5c6f370",
    "release_group_id": "bb344fef-16f9-4fa4-8f46-d06c4f3d0f70",
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}