Information about plays

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

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

{
    "id": 3636278,
    "uri": "https://api.kexp.org/v2/plays/3636278/?format=api",
    "airdate": "2026-04-01T03:29:36-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/505ed0c3-0fe1-485f-8982-9a0a844f9c29/4440216393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/505ed0c3-0fe1-485f-8982-9a0a844f9c29/4440216393-250.jpg",
    "song": "Bathroom Function",
    "track_id": null,
    "recording_id": "4f3ff3a0-e263-4469-9c23-a1be20b40b9a",
    "artist": "Adam and the Ants",
    "artist_ids": [
        "75d4f194-969c-4538-b789-742f3eb3d02c"
    ],
    "album": "Antbox",
    "release_id": null,
    "release_group_id": "45dbb98e-ed20-329b-bd07-8b128b44c184",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2000-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Demo from 1978",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}