Information about plays

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

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

{
    "id": 3599058,
    "uri": "https://api.kexp.org/v2/plays/3599058/?format=api",
    "airdate": "2026-01-02T03:03:00-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6 'n the Mornin'",
    "track_id": "d95d07b4-a4d7-32b9-8423-044dc3142ca9",
    "recording_id": "46df5cc1-2787-44f9-b4b1-64178d4707f4",
    "artist": "Ice‐T",
    "artist_ids": [
        "8a75ce0d-1df3-47cc-b076-ce2f4e8250f0"
    ],
    "album": "Greatest Hits: The Evidence",
    "release_id": "512ce76d-5a4d-4706-8ba3-91aefc17c747",
    "release_group_id": "6b8ce362-d9d6-33b2-9082-f2f85f79f49a",
    "labels": [
        "Atomic Pop"
    ],
    "label_ids": [
        "63dc1c2c-efcb-4f7e-bc17-d5378a6ff521"
    ],
    "release_date": "2000-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM Time Machine - 1986!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}