Information about plays

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

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

{
    "id": 3641171,
    "uri": "https://api.kexp.org/v2/plays/3641171/?format=api",
    "airdate": "2026-04-12T11:46:31-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2119298-553b-43c2-a6c8-4bcc14bc9c60/33200231205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2119298-553b-43c2-a6c8-4bcc14bc9c60/33200231205-250.jpg",
    "song": "Song and Numbers",
    "track_id": null,
    "recording_id": "94e0ac16-343b-4a01-8a57-0aaae9cc1e42",
    "artist": "Cotton Jones",
    "artist_ids": [
        "04380c85-62e3-402e-9c6e-520f6d16a553"
    ],
    "album": "Tall Hours in the Glowstream",
    "release_id": null,
    "release_group_id": "b922fd62-6c3d-4934-9954-23c1e7a2e98c",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2010-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Glowstream is a place centered between North and South Cumberland. It's not really called the Glowstream – just a stream that rolls to a dead end by the train tracks downtown. Michael Nau and Whitney McGraw spent a lot of time there reflecting on what they wanted to make next with this album being the result.\nhttps://cottonjones.bandcamp.com/album/tall-hours-in-the-glowstream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}