Information about plays

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

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

{
    "id": 3592716,
    "uri": "https://api.kexp.org/v2/plays/3592716/?format=api",
    "airdate": "2025-12-18T15:09:28-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am the Black Gold of the Sun",
    "track_id": null,
    "recording_id": "e18d67dc-18ec-4d1b-8bc5-c071b644ec7c",
    "artist": "Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Hey, Love",
    "release_id": null,
    "release_group_id": "c7c00e53-67a8-353c-b95a-d6f8d9156ab6",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., guitarist Phil Upchurch of The Rotary Connection, who died in November at age 84.  The very talented Upchurch played with Quincy Jones, Donny Hathaway and Michael Jackson, was an in-demand session musician, and helped create Chaka Khan’s “I’m Every Woman.\" : https://variety.com/2025/music/news/phil-upchurch-dead-guitarist-composer-1236599436/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}