Information about plays

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

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

{
    "id": 3622722,
    "uri": "https://api.kexp.org/v2/plays/3622722/?format=api",
    "airdate": "2026-02-26T20:50:14-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://coverartarchive.org/release/5df03c5a-071e-4d7d-b217-7d7b66afaedf/12861122343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5df03c5a-071e-4d7d-b217-7d7b66afaedf/12861122343-250.jpg",
    "song": "Brimful of Asha (Norman Cook remix extended version)",
    "track_id": null,
    "recording_id": "f251d10a-ba21-456d-9c42-400f62042ed8",
    "artist": "Cornershop",
    "artist_ids": [
        "92046be7-0927-4835-a4ed-a90416747d53"
    ],
    "album": "Brimful of Asha",
    "release_id": null,
    "release_group_id": "0f033a8e-626f-391e-a861-880a0a8023f5",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norman Cook (Fatboy Slim) Extended Remix.\n\nThis song, a tribute to Indian composer and singer Asha Bhosle, reached just #60 in the UK charts in 1997. However it shot to #1 in 1998 following a remix by Norman Cook (a.k.a., Fatboy Slim). It is frequently hailed as one of the best British one-hit wonders of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}