Information about plays

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

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

{
    "id": 3596993,
    "uri": "https://api.kexp.org/v2/plays/3596993/?format=api",
    "airdate": "2025-12-28T01:27:14-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Witch",
    "track_id": null,
    "recording_id": "81b72f0b-a155-452f-a12e-e87165baa96c",
    "artist": "Angel Witch",
    "artist_ids": [
        "8e8bce36-51e0-4d10-8be4-19a8931b73b1"
    ],
    "album": "Angel Witch",
    "release_id": null,
    "release_group_id": "ebc5137f-18da-4733-8182-f9e771094bb5",
    "labels": [
        "Bronze"
    ],
    "label_ids": [
        "5f5334fe-9873-4be3-9650-8b1888a7ae25"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Kevin \"Skids\" Riddles, one of the founding members of Angel Witch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}