Information about plays

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

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

{
    "id": 3545701,
    "uri": "https://api.kexp.org/v2/plays/3545701/?format=api",
    "airdate": "2025-08-28T02:01:58-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "20 Gear Science",
    "track_id": null,
    "recording_id": "fd9ac51a-c971-4b88-b246-3ae12e3fe558",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "20 Gear Science",
    "release_id": null,
    "release_group_id": "bcc87df2-567f-49b2-885e-00ca2246ffc1",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2021-05-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check KEXP's Fresh Off The Spaceship, an eleven-part podcast  hosted by Larry Mizell Jr. and Martin Douglas which tells the story of the Black Constellation, the collective that Shabazz Palaces is the heart of. More info at kexp.org.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}