Information about plays

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

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

{
    "id": 3622247,
    "uri": "https://api.kexp.org/v2/plays/3622247/?format=api",
    "airdate": "2026-02-25T18:57:20-08:00",
    "show": 66029,
    "show_uri": "https://api.kexp.org/v2/shows/66029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reverberations",
    "track_id": null,
    "recording_id": "738fb861-0cbb-4389-b875-2ab603cd9b0b",
    "artist": "ĠENN",
    "artist_ids": [
        "ce4d52e4-2383-4086-ac93-890ebe0b9d81"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighton-based (via Malta) ĠENN released their new single Reverberations via Liminal Collective on October 30th, 2025.\nhttps://genntheband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}