Information about plays

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

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

{
    "id": 3633457,
    "uri": "https://api.kexp.org/v2/plays/3633457/?format=api",
    "airdate": "2026-03-25T10:03:59-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toxic",
    "track_id": null,
    "recording_id": "ffb6e773-2d24-420c-90ce-36b6025f31e2",
    "artist": "Britney Spears",
    "artist_ids": [
        "45a663b5-b1cb-4a91-bff6-2bef7bbfdd76"
    ],
    "album": "In the Zone",
    "release_id": null,
    "release_group_id": "add6cf16-f4c1-3d50-9b28-633b35ca8189",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2003-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toxic was produced by Bloodshy & Avant -- who also produced the Yeah Yeah Yeahs' song: Burning!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}