Information about plays

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

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

{
    "id": 3631289,
    "uri": "https://api.kexp.org/v2/plays/3631289/?format=api",
    "airdate": "2026-03-20T02:29:14-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ate Miles From the City of Dope",
    "track_id": null,
    "recording_id": "c43f3c33-6147-483c-bea7-3d5397f5e378",
    "artist": "Andre Nickatina & Equipto",
    "artist_ids": [
        "d1111f0f-33b6-4182-a280-11e2b2984115",
        "0eac2092-f5fd-4ffa-905c-5c7fc53c8f80"
    ],
    "album": "Bullet Symphony: Horns And Halos #3",
    "release_id": null,
    "release_group_id": "10ae3226-3887-3d76-bdbe-23966942d4ee",
    "labels": [
        "Fillmoe Coleman Records"
    ],
    "label_ids": [
        "2a1f278a-589e-441e-a1ce-5fc337678c9c"
    ],
    "release_date": "2006-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}