Information about plays

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

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

{
    "id": 3615287,
    "uri": "https://api.kexp.org/v2/plays/3615287/?format=api",
    "airdate": "2026-02-09T13:04:24-08:00",
    "show": 65889,
    "show_uri": "https://api.kexp.org/v2/shows/65889/?format=api",
    "image_uri": "https://coverartarchive.org/release/197991db-79de-49f1-9bf5-5f7707a345c9/14835941634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/197991db-79de-49f1-9bf5-5f7707a345c9/14835941634-250.jpg",
    "song": "Simply Beautiful",
    "track_id": null,
    "recording_id": "4630b33b-c641-4af3-9ab1-6e20b0b5e9a7",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I'm Still in Love With You & Call Me",
    "release_id": null,
    "release_group_id": "96a1b966-1f05-4349-a795-0c9bd1863a27",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Simply Beautiful\" features only a gently strummed guitar, subtle horns, and a quiet rhythm section to keep the focus entirely on Al Green’s falsetto. It has been sampled by Kanye West for Talib Kweli’s \"Good To You,\" as well as by Mary J. Blige and Destiny's Child.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}