Information about plays

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

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

{
    "id": 3638470,
    "uri": "https://api.kexp.org/v2/plays/3638470/?format=api",
    "airdate": "2026-04-06T03:53:02-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc6dee20-448c-387d-8eb4-a7cb737ae1b7/23441368012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc6dee20-448c-387d-8eb4-a7cb737ae1b7/23441368012-250.jpg",
    "song": "Donimo",
    "track_id": null,
    "recording_id": "d8d2e64a-0b8f-43df-a906-13e5745cc0bc",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": null,
    "release_group_id": "e0023081-c755-377d-9bbf-fd7551d5d14c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1984-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*now with added dream pop treasure",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}