Information about plays

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

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

{
    "id": 3656682,
    "uri": "https://api.kexp.org/v2/plays/3656682/?format=api",
    "airdate": "2026-05-19T04:19:47-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/59cb75e5-1423-49a7-84c3-6b844e10a5bd/38529323748-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59cb75e5-1423-49a7-84c3-6b844e10a5bd/38529323748-250.jpg",
    "song": "May Ninth / Fifteen Fifty-Three",
    "track_id": null,
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "A LA SALA",
    "release_id": null,
    "release_group_id": "758d7fb2-fa83-4276-aa20-f7e5120e4002",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More like May 19th amirite??\n\nhttps://khruangbin.bandcamp.com/album/a-la-sala",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}