Information about plays

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

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

{
    "id": 3632892,
    "uri": "https://api.kexp.org/v2/plays/3632892/?format=api",
    "airdate": "2026-03-23T22:33:19-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ffefe01-26c3-491f-b675-4eade3ada8c4/6313447772-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ffefe01-26c3-491f-b675-4eade3ada8c4/6313447772-250.jpg",
    "song": "All Cried Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Alison Moyet",
    "artist_ids": [
        "79feb79b-8f0d-4306-b30a-e28bd88c9323"
    ],
    "album": "Alf",
    "release_id": null,
    "release_group_id": "9db63cf7-c16c-38f3-9a47-4b36b0912116",
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1984-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - solo debut from Yazoo's Alison Moyet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}