Information about plays

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

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

{
    "id": 3594810,
    "uri": "https://api.kexp.org/v2/plays/3594810/?format=api",
    "airdate": "2025-12-23T08:09:48-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kick Out the Jams (live, Columbia Radio Hour)",
    "track_id": "cd340364-04e5-3bcc-81d2-355aecbc1beb",
    "recording_id": "913637c0-77ef-496c-ba7a-e663532d33e5",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "57109e69-326f-330a-b8b0-df9f6ac42820",
    "release_group_id": "ea29c347-696f-3165-986d-7bad1394b178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Jeff Buckley covering the MC5. A documentary about Jeff released this year: https://www.magpictures.com/jeffbuckley/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}