Information about plays

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

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

{
    "id": 3595257,
    "uri": "https://api.kexp.org/v2/plays/3595257/?format=api",
    "airdate": "2025-12-24T07:23:44-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Rudolph Run",
    "track_id": null,
    "recording_id": "bc256ef6-f19d-4423-b306-a5b04746d60e",
    "artist": "Chuck Berry",
    "artist_ids": [
        "592a3b6d-c42b-4567-99c9-ecf63bd66499"
    ],
    "album": "The Chess Box",
    "release_id": null,
    "release_group_id": "85accf62-c974-3239-8c6e-10736e9e77b2",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chuck Berry is perhaps the defining musician of the early rock & roll era, the one figure responsible for the music's sound, style, and sensibility that created the blueprint for the generations that followed. Read his bio here: https://tinyurl.com/45n3s4aw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}