Information about plays

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

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

{
    "id": 3599234,
    "uri": "https://api.kexp.org/v2/plays/3599234/?format=api",
    "airdate": "2026-01-02T13:26:19-08:00",
    "show": 65541,
    "show_uri": "https://api.kexp.org/v2/shows/65541/?format=api",
    "image_uri": "https://coverartarchive.org/release/236abd1a-f1ff-43bd-8db5-2934297d4949/32597189253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/236abd1a-f1ff-43bd-8db5-2934297d4949/32597189253-250.jpg",
    "song": "Sunshine & the Rain",
    "track_id": null,
    "recording_id": "d5c49025-0db9-43c0-bf40-67cc4b361286",
    "artist": "Joi",
    "artist_ids": [
        "066d8578-8ab1-4cff-a2f8-3b0ea6c45258"
    ],
    "album": "The Pendulum Vibe",
    "release_id": null,
    "release_group_id": "fb30747a-141c-3d89-9b10-dfc42d590bb5",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1994-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An ill fit for the major-label system, soul/funk-rooted singer, songwriter, and producer Joi Gilliam was slightly ahead of her time and too unique when she arrived during the early '90s. Although Gilliam didn't receive the support she deserved during her development, she has amassed a sizable cult audience of adventurous listeners. --Allmusic https://tinyurl.com/32rbbcbm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}