Information about plays

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

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

{
    "id": 3587098,
    "uri": "https://api.kexp.org/v2/plays/3587098/?format=api",
    "airdate": "2025-12-05T09:51:56-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gimme Shelter (Acapella)",
    "track_id": null,
    "recording_id": null,
    "artist": "Merry Clayton & The Rolling Stones",
    "artist_ids": [],
    "album": "Let it Bleed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1969-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1969 The Rolling Stones released Let It Bleed, featuring \"Gimme Shelter\" and \"Midnight Rambler.\"”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}