Information about plays

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

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

{
    "id": 3620127,
    "uri": "https://api.kexp.org/v2/plays/3620127/?format=api",
    "airdate": "2026-02-21T01:04:03-08:00",
    "show": 65988,
    "show_uri": "https://api.kexp.org/v2/shows/65988/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Landscape From a Dream",
    "track_id": null,
    "recording_id": "e47ce78f-9a17-42e2-9853-156a0b404249",
    "artist": "Modern Art",
    "artist_ids": [
        "979e2f0b-5780-4ca3-ba2d-7248e28d885d"
    ],
    "album": "Underwater Kites",
    "release_id": null,
    "release_group_id": "4354ceda-c629-4c42-94cb-f4ee51f72d51",
    "labels": [
        "Music for Midgets"
    ],
    "label_ids": [
        "66cf388a-e562-401c-8726-e9a31d626399"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://modernartofficial.bandcamp.com/album/underwater-kites",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}