Information about plays

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

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

{
    "id": 3598020,
    "uri": "https://api.kexp.org/v2/plays/3598020/?format=api",
    "airdate": "2025-12-30T13:49:44-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inheri (Past) Tence",
    "track_id": "b92c7077-402e-4d95-aef8-c4a426b300e7",
    "recording_id": "5a2f24eb-aff2-4b35-95c3-8c4e8fde46cd",
    "artist": "sunking",
    "artist_ids": [
        "2993a779-f541-4488-a911-9330b3cf4c47"
    ],
    "album": "SMUG",
    "release_id": "0c5a203a-9fab-4a74-bd06-d22db82f1876",
    "release_group_id": "647b9464-0644-42bf-96d9-f5a4a0c65eb0",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2022-11-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}