Information about plays

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

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

{
    "id": 3641787,
    "uri": "https://api.kexp.org/v2/plays/3641787/?format=api",
    "airdate": "2026-04-14T02:12:57-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb12f379-7233-4b1f-bd7f-ca2516499adc/19685954222-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb12f379-7233-4b1f-bd7f-ca2516499adc/19685954222-250.jpg",
    "song": "Supersoul",
    "track_id": null,
    "recording_id": "4444895e-65b6-4501-a7d3-f84228c2e32f",
    "artist": "Dozer",
    "artist_ids": [
        "340cbd2f-a20d-4b99-86d2-1621e8f2d828"
    ],
    "album": "In the Tail of a Comet",
    "release_id": null,
    "release_group_id": "bf33a80c-a56b-448d-a87a-50f9e80e3065",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More heavy stuff from Sweden",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}