Information about plays

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

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

{
    "id": 3627605,
    "uri": "https://api.kexp.org/v2/plays/3627605/?format=api",
    "airdate": "2026-03-11T01:43:08-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-ff3481be-cbc2-421d-8c4d-f96a4276e34c/mbid-ff3481be-cbc2-421d-8c4d-f96a4276e34c-33622877929_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-ff3481be-cbc2-421d-8c4d-f96a4276e34c/mbid-ff3481be-cbc2-421d-8c4d-f96a4276e34c-33622877929_thumb250.jpg",
    "song": "Get It Together, Part 1",
    "track_id": "8ae3d5ea-5134-321b-bb7f-64b30f33c2b6",
    "recording_id": "823397a1-a88e-40d2-b8d3-da19a1259428",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "The 50th Anniversary Collection",
    "release_id": "ff3481be-cbc2-421d-8c4d-f96a4276e34c",
    "release_group_id": "c8867722-c584-34cc-a567-6d25ebf232e4",
    "labels": [
        "UTV Records"
    ],
    "label_ids": [
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2003-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}