Information about plays

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

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

{
    "id": 3589466,
    "uri": "https://api.kexp.org/v2/plays/3589466/?format=api",
    "airdate": "2025-12-10T20:08:25-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "https://coverartarchive.org/release/22ad193e-f7b4-48b8-8bdc-ff01243a1867/12289615108-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22ad193e-f7b4-48b8-8bdc-ff01243a1867/12289615108-250.jpg",
    "song": "Earth",
    "track_id": null,
    "recording_id": "743202b4-ad07-4420-893c-b009269e74ec",
    "artist": "Joe Henderson feat. Alice Coltrane",
    "artist_ids": [
        "bcab8301-c7e5-4689-a4ad-9ee947b4ce37",
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "The Elements",
    "release_id": null,
    "release_group_id": "a4132852-6c94-32df-a08f-877d4e07a9c5",
    "labels": [
        "Milestone"
    ],
    "label_ids": [
        "d633e4af-9c3d-4cd6-996c-ba4f96706f5a"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miraculous collaboration album comprised of a four-part improvisation  \"Fire\", \"Air\", \"Water\" and \"Earth\". Musicians included Alice Coltrane, Joe Henderson, violinist Michael White, bass Charlie Haden, and percussionist Kenneth Nash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}