Information about plays

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

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

{
    "id": 3610456,
    "uri": "https://api.kexp.org/v2/plays/3610456/?format=api",
    "airdate": "2026-01-29T03:41:12-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prisoners Round",
    "track_id": null,
    "recording_id": null,
    "artist": "Greentea Peng",
    "artist_ids": [
        "2443a94a-03a6-4f0e-a369-ecda74af1c9f"
    ],
    "album": "Prisoners Round",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South‑east London's Greentea Peng follows \"Tell Dem It's Sunny\" with \"Prisoners Round\", a stripped‑back dub‑soul single produced by Irish producer/engineer Declan Gaffney. soundcloud.com greenteapeng.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}