Information about plays

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

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

{
    "id": 3632928,
    "uri": "https://api.kexp.org/v2/plays/3632928/?format=api",
    "airdate": "2026-03-24T01:13:58-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/e04a4ef0-76ed-4b88-a6ad-b06db16e334f/14290969856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e04a4ef0-76ed-4b88-a6ad-b06db16e334f/14290969856-250.jpg",
    "song": "Rubber Solution",
    "track_id": null,
    "recording_id": "7bd96312-1ccd-4dc3-9ea9-ceec382cc150",
    "artist": "Lee Mason & His Orchestra",
    "artist_ids": [
        "fb080639-5d48-48b5-ac17-a1b261088e96"
    ],
    "album": "Chappell Recorded Music",
    "release_id": null,
    "release_group_id": "1a8dd595-2b97-486a-ac40-98e0c92f7a32",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another track by Lee Mason & His Orchestra sampled on...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}