Information about plays

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

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

{
    "id": 3637009,
    "uri": "https://api.kexp.org/v2/plays/3637009/?format=api",
    "airdate": "2026-04-02T20:55:33-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/7aa42f52-e024-420e-9392-3cc21985c79b/41454739902-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7aa42f52-e024-420e-9392-3cc21985c79b/41454739902-250.jpg",
    "song": "XY",
    "track_id": null,
    "recording_id": "bb26c891-6f70-4847-a4bb-8cbf8c080bda",
    "artist": "Feng",
    "artist_ids": [
        "f4428f61-f681-42b6-93c3-5f898e045c3d"
    ],
    "album": "What the Feng",
    "release_id": null,
    "release_group_id": "712fa529-b7ff-4502-8b85-2ef084a32ec1",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2025 stuff out of the UK -- https://soundcloud.com/fengeveryday/sets/what-the-feng",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}