Information about plays

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

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

{
    "id": 3622888,
    "uri": "https://api.kexp.org/v2/plays/3622888/?format=api",
    "airdate": "2026-02-27T06:19:27-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "https://ia903101.us.archive.org/18/items/mbid-348a5dd0-9eb2-434a-ae34-6d5761bcfa16/mbid-348a5dd0-9eb2-434a-ae34-6d5761bcfa16-24787923396_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/18/items/mbid-348a5dd0-9eb2-434a-ae34-6d5761bcfa16/mbid-348a5dd0-9eb2-434a-ae34-6d5761bcfa16-24787923396_thumb250.jpg",
    "song": "MAH",
    "track_id": "1319f7b1-8c63-4864-a2f7-e8ad15c8071c",
    "recording_id": "690c1b9b-6dcf-485a-8240-08e8f6f59326",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "MAH",
    "release_id": "348a5dd0-9eb2-434a-ae34-6d5761bcfa16",
    "release_group_id": "08824f62-3f27-4d85-8e8f-d92e9977612d",
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2019-01-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Tim! \n\n...And exactly how Hendrix feels about sleep training...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}