Information about plays

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

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

{
    "id": 3628875,
    "uri": "https://api.kexp.org/v2/plays/3628875/?format=api",
    "airdate": "2026-03-14T17:37:04-07:00",
    "show": 66180,
    "show_uri": "https://api.kexp.org/v2/shows/66180/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-5f2bdc51-f617-4e6e-87e2-7f8438998f46/mbid-5f2bdc51-f617-4e6e-87e2-7f8438998f46-6393745469_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-5f2bdc51-f617-4e6e-87e2-7f8438998f46/mbid-5f2bdc51-f617-4e6e-87e2-7f8438998f46-6393745469_thumb250.jpg",
    "song": "Pets (radio edit)",
    "track_id": "b78c5347-775c-429e-90eb-edf799d34da1",
    "recording_id": "3de3439f-4658-428e-a7ef-94a957f4f8ef",
    "artist": "Porno for Pyros",
    "artist_ids": [
        "211ee5ca-67e3-4845-8313-6e6cbab95b1b"
    ],
    "album": "Pets",
    "release_id": "e34c6cf0-d7eb-40a2-8a74-0d39380c747e",
    "release_group_id": "64bd9a9c-ca1e-36f9-8cbc-28c89fe93d4d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video here: https://www.youtube.com/watch?v=RgPeP_pfjp4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}