Information about plays

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

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

{
    "id": 3641755,
    "uri": "https://api.kexp.org/v2/plays/3641755/?format=api",
    "airdate": "2026-04-14T00:29:40-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/1cd78e9c-e5aa-4bf9-9c9e-ee9dfb93cc2c/44824801466-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1cd78e9c-e5aa-4bf9-9c9e-ee9dfb93cc2c/44824801466-250.jpg",
    "song": "Coni",
    "track_id": null,
    "recording_id": "121e2cbc-9f76-421c-819c-ca5f6eb85acd",
    "artist": "PPP",
    "artist_ids": [
        "95878d15-9f83-4603-96d7-d7c186877897"
    ],
    "album": "Bborn Again",
    "release_id": null,
    "release_group_id": "bddc5e04-c726-45b4-8b46-59fda28cd8b3",
    "labels": [
        "Wisdom Teeth"
    ],
    "label_ids": [
        "bcf2882a-0be6-4054-9bd5-e7351d48831f"
    ],
    "release_date": "2026-04-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Piezo, DJ Plead and DJ Python team up - https://wisdomteethuk.bandcamp.com/album/bborn-again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}