Information about plays

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

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

{
    "id": 3635350,
    "uri": "https://api.kexp.org/v2/plays/3635350/?format=api",
    "airdate": "2026-03-29T23:10:02-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/c33d9b12-7b3f-4e59-b2ab-91ffb2bba5c1/44019580410-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c33d9b12-7b3f-4e59-b2ab-91ffb2bba5c1/44019580410-250.jpg",
    "song": "Soul Seeker",
    "track_id": null,
    "recording_id": "fd83a62e-2dcc-4ebf-9cb7-892bd61723f2",
    "artist": "Polygonia",
    "artist_ids": [
        "dae27470-7431-4ac4-af85-567ef27a639d"
    ],
    "album": "Soul Seeker",
    "release_id": null,
    "release_group_id": "0cafed83-08ae-4e36-80ee-9ea89aa762c3",
    "labels": [
        "Polygonia"
    ],
    "label_ids": [
        "3cbf5b05-a028-407e-a6ed-148bfa1851c3"
    ],
    "release_date": "2025-12-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}