Information about plays

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

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

{
    "id": 3596270,
    "uri": "https://api.kexp.org/v2/plays/3596270/?format=api",
    "airdate": "2025-12-26T12:52:48-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Love",
    "track_id": null,
    "recording_id": "5af4f68f-bec8-4a95-8a9f-dd0130aca680",
    "artist": "Jonathan Wilson",
    "artist_ids": [
        "2f17f9f7-2df1-49d6-ab2b-7bb4ba580746"
    ],
    "album": "Eat the Worm",
    "release_id": null,
    "release_group_id": "f9dae874-834e-44e5-8169-e8b65599e0ba",
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Eat the Worm feels like a celestial meeting point for Wilson, who has dipped a toe in jazz, country, psych rock, folk, roots, and pop. Following and honoring his own curiosity, he has landed on a collection of sonic eccentricities that are as groovy as they are hypnotic.\"\n\nhttps://www.nodepression.com/album-reviews/album-review-producer-jonathan-wilson-indulges-his-own-imagination-on-eat-the-worm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}