Information about plays

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

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

{
    "id": 3596320,
    "uri": "https://api.kexp.org/v2/plays/3596320/?format=api",
    "airdate": "2025-12-26T16:00:09-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Butterfly",
    "track_id": "6af87ab7-4053-3345-9ea6-97216ac099d0",
    "recording_id": "6ea41900-bb5c-49dd-a5d8-b39996951e94",
    "artist": "Talvin Singh",
    "artist_ids": [
        "4fafdd2b-4cd0-4cc7-a338-cd94cfceeea4"
    ],
    "album": "OK",
    "release_id": "6d917a07-5ba0-440c-9795-d379459b56ef",
    "release_group_id": "1a203a3e-4663-3a09-a9d1-b3673f8949e5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OK is the debut studio album by English/Indian tabla player and record producer Talvin Singh, released on Island Records in 1998. It won him the Mercury Prize in 1999.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}