Information about plays

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

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

{
    "id": 3544020,
    "uri": "https://api.kexp.org/v2/plays/3544020/?format=api",
    "airdate": "2025-08-24T01:44:41-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/2faa6a54-f0e6-48a1-b025-8419ecffa64a/42443136507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2faa6a54-f0e6-48a1-b025-8419ecffa64a/42443136507-250.jpg",
    "song": "The Skyless World",
    "track_id": null,
    "recording_id": "5d391e42-952b-4e75-a29b-cc829fd7a151",
    "artist": "Weald and Woe",
    "artist_ids": [
        "3d54034a-55b0-42d7-9ed1-9ab4a7fa85cb"
    ],
    "album": "Far from the Light of Heaven",
    "release_id": null,
    "release_group_id": "948a79f1-f048-4b3c-8aea-6f1bd0000b02",
    "labels": [
        "Fiadh Productions"
    ],
    "label_ids": [
        "60317b56-2539-480d-ad1c-527960899f85"
    ],
    "release_date": "2025-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New third full-length release from this trio out of Boise, ID.\n\nhttps://wealdandwoe.bandcamp.com/album/far-from-the-light-of-heaven\nhttps://www.facebook.com/wealdandwoe/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}