Information about plays

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

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

{
    "id": 3581884,
    "uri": "https://api.kexp.org/v2/plays/3581884/?format=api",
    "airdate": "2025-11-23T11:03:10-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfd1d924-0150-41eb-b2df-4b9fe95c8e8a/11410303451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfd1d924-0150-41eb-b2df-4b9fe95c8e8a/11410303451-250.jpg",
    "song": "Staggolee",
    "track_id": null,
    "recording_id": "47897b85-2130-4f78-a5f5-6345f39958f6",
    "artist": "Pacific Gas & Electric",
    "artist_ids": [
        "7a1268cc-33a6-4889-bbad-a47b9ffc8339"
    ],
    "album": "Are You Ready?",
    "release_id": null,
    "release_group_id": "513b92ee-a30a-342c-91f0-3ca3dc94b88b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The L.A. band’s 1970 version of the song is based on the true story of “Stagger” Lee Shelton shooting a man Billy Lyons in the course of an argument in St. Louis, MS.\nhttps://missourilife.com/real-story-behind-bad-man-stagger-lee-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}