Information about plays

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

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

{
    "id": 3616595,
    "uri": "https://api.kexp.org/v2/plays/3616595/?format=api",
    "airdate": "2026-02-12T14:05:57-08:00",
    "show": 65914,
    "show_uri": "https://api.kexp.org/v2/shows/65914/?format=api",
    "image_uri": "https://coverartarchive.org/release/16991753-f0be-4bfc-bed0-f9b76b8f3c8f/14449857915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16991753-f0be-4bfc-bed0-f9b76b8f3c8f/14449857915-250.jpg",
    "song": "Mind Power (Mr Mendel Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "The Payback",
    "release_id": null,
    "release_group_id": "d428149d-7ad9-3fbe-85de-acbee37ab050",
    "labels": [],
    "label_ids": [],
    "release_date": "1973-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's the fabulous J.B's backing up James Brown here, featuring Jimmy Nolen (guitar), Fred Wesley (trombone), and Maceo Parker (flute and sax).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}