Information about plays

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

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

{
    "id": 3632523,
    "uri": "https://api.kexp.org/v2/plays/3632523/?format=api",
    "airdate": "2026-03-22T22:36:34-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MYM230 (R.I.P.)",
    "track_id": null,
    "recording_id": "b1ac0c98-dc47-4a88-9e2e-1b852940a0c6",
    "artist": "Recloose",
    "artist_ids": [
        "51d2e0dc-6e8b-4833-a05c-c505a3161051"
    ],
    "album": "So This Is the Dining Room",
    "release_id": null,
    "release_group_id": "d923d46e-ac25-39d5-ab29-4cc3293c0782",
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "1998-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This EP was released on the label Planet E!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}