Information about plays

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

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

{
    "id": 3627988,
    "uri": "https://api.kexp.org/v2/plays/3627988/?format=api",
    "airdate": "2026-03-12T04:43:29-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/3837ead0-a466-4567-95b5-44feabf80528/38388959358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3837ead0-a466-4567-95b5-44feabf80528/38388959358-250.jpg",
    "song": "Gestations",
    "track_id": null,
    "recording_id": null,
    "artist": "The Messthetics and James Brandon Lewis",
    "artist_ids": [
        "62788614-b33c-42c9-9b6e-c9375362b57e",
        "bcdd85f7-cd18-46cf-9b69-2f58f42e00c4"
    ],
    "album": "Deface the Currency",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}