Information about plays

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

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

{
    "id": 3636258,
    "uri": "https://api.kexp.org/v2/plays/3636258/?format=api",
    "airdate": "2026-04-01T02:35:24-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-679ff6cc-dec1-4d9f-9ccd-957c1b3efca1/mbid-679ff6cc-dec1-4d9f-9ccd-957c1b3efca1-43486050981_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-679ff6cc-dec1-4d9f-9ccd-957c1b3efca1/mbid-679ff6cc-dec1-4d9f-9ccd-957c1b3efca1-43486050981_thumb250.jpg",
    "song": "Toilet",
    "track_id": "61381fa3-c85d-4d01-ab8c-46e66ebe6dba",
    "recording_id": "81a8fc03-3da5-4348-864c-3bc457247523",
    "artist": "Kurious",
    "artist_ids": [
        "48ca0874-e088-4f60-8522-1866115fb49d"
    ],
    "album": "God’s Time",
    "release_id": "679ff6cc-dec1-4d9f-9ccd-957c1b3efca1",
    "release_group_id": "727d9d17-3fa2-40d4-988d-c822fd51e389",
    "labels": [
        "Casual Dad Records"
    ],
    "label_ids": [
        "dbbadfa7-8fa1-44f9-89ff-534f2dd2e215"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}