Information about plays

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

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

{
    "id": 3597944,
    "uri": "https://api.kexp.org/v2/plays/3597944/?format=api",
    "airdate": "2025-12-30T09:13:05-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ed05534-03e4-4698-b0d1-2cbd4eb5fc07/5987449123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ed05534-03e4-4698-b0d1-2cbd4eb5fc07/5987449123-250.jpg",
    "song": "Time and Place (LP version)",
    "track_id": null,
    "recording_id": "6b50f61c-6c12-4312-bb19-02f73cd8f7e8",
    "artist": "Lee Moses",
    "artist_ids": [
        "21351ca4-8fb5-4a47-abd3-4443c2db1288"
    ],
    "album": "Time and Place",
    "release_id": null,
    "release_group_id": "1eb3858f-f6db-3d82-a271-ea90ddd31e68",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The self-taught multi-instrumentalist cut his teeth in Atlanta before moving to New York where he teamed up with fellow Atlantan, Johnny Brantley  to produce this album. Unfortunately it didn’t receive the acclaim it deserved, and Moses moved back to Atlanta where he fell into a drug addiction and depression and died at 56.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}