Information about plays

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

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

{
    "id": 3546552,
    "uri": "https://api.kexp.org/v2/plays/3546552/?format=api",
    "airdate": "2025-08-30T03:17:15-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia903108.us.archive.org/30/items/mbid-9c3e332b-1eb5-4cb7-8e05-56413cc0491b/mbid-9c3e332b-1eb5-4cb7-8e05-56413cc0491b-19490424840_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/30/items/mbid-9c3e332b-1eb5-4cb7-8e05-56413cc0491b/mbid-9c3e332b-1eb5-4cb7-8e05-56413cc0491b-19490424840_thumb250.jpg",
    "song": "Don’t Be Afraid of the Dark",
    "track_id": "105e53ac-f630-33ab-bf12-8460f3190180",
    "recording_id": "600b1dea-98a9-4c73-9d47-6a4e7f61214e",
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Boom",
    "release_id": "9c3e332b-1eb5-4cb7-8e05-56413cc0491b",
    "release_group_id": "b3139f76-4fd3-330b-88ee-ab74a9d702b8",
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "1999-06-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}