Information about plays

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

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

{
    "id": 3623243,
    "uri": "https://api.kexp.org/v2/plays/3623243/?format=api",
    "airdate": "2026-02-28T00:53:40-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who's That Girl?",
    "track_id": null,
    "recording_id": "74bc57a9-36d9-4059-bf51-6cf759befa4d",
    "artist": "Eve",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in February 2001 from her second album \"Scorpion,\" this track featured production from Dr. Dre and showcased Eve's growth as an artist. The Ruff Ryders' First Lady was establishing herself as one of hip-hop's premier female voices, following her platinum debut \"Let There Be Eve.\" \"Who's That Girl?\" demonstrated Eve's ability to balance street credibility with mainstream appeal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}