Information about plays

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

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

{
    "id": 3610845,
    "uri": "https://api.kexp.org/v2/plays/3610845/?format=api",
    "airdate": "2026-01-30T02:02:18-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://dn720804.ca.archive.org/0/items/mbid-bd059450-c258-489f-8812-23362abeafba/mbid-bd059450-c258-489f-8812-23362abeafba-44213545591_thumb500.jpg",
    "thumbnail_uri": "https://dn720804.ca.archive.org/0/items/mbid-bd059450-c258-489f-8812-23362abeafba/mbid-bd059450-c258-489f-8812-23362abeafba-44213545591_thumb250.jpg",
    "song": "Standing Ovation",
    "track_id": "48f847a1-5f0e-49fe-9fbf-e5e4b63f454c",
    "recording_id": "77007f6c-c9bd-4b6a-9d68-3afc723b3289",
    "artist": "Mauvey & Freq Motif",
    "artist_ids": [
        "a711daa7-6e6f-4491-b1aa-f6e3158b6b9d",
        "f324bb0f-2e87-4516-bfe9-92a04b18c319"
    ],
    "album": "Standing Ovation",
    "release_id": "bd059450-c258-489f-8812-23362abeafba",
    "release_group_id": "e45cfbb8-f021-4c41-aa58-1b409fd8b190",
    "labels": [
        "Freq Mo"
    ],
    "label_ids": [
        "61219cc7-0c0d-4630-bc37-a331886e902d"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}