Information about plays

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

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

{
    "id": 3596589,
    "uri": "https://api.kexp.org/v2/plays/3596589/?format=api",
    "airdate": "2025-12-27T04:51:01-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "START TO FiNiSH - S.T.F",
    "track_id": "c2571565-9570-464b-9416-8ef4723e393e",
    "recording_id": "8e0dad20-62f5-4655-93db-d8f91aee616e",
    "artist": "IDK & DMX",
    "artist_ids": [
        "02fa2b63-016b-4cb3-bf01-2f8f43973876",
        "f3bf61f8-97d4-4e52-a73d-2ddbbe8196c8"
    ],
    "album": "START TO FiNiSH - S.T.F",
    "release_id": "27b0e8eb-ce0a-43a9-aa61-0f6d88bb223a",
    "release_group_id": "453d0bda-0a90-4444-a9ef-fb8db3535d7d",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}