Information about plays

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

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

{
    "id": 3628645,
    "uri": "https://api.kexp.org/v2/plays/3628645/?format=api",
    "airdate": "2026-03-14T04:33:10-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-030e82ca-64ce-4fba-89b2-94b5f2e7170b/mbid-030e82ca-64ce-4fba-89b2-94b5f2e7170b-39008132847_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-030e82ca-64ce-4fba-89b2-94b5f2e7170b/mbid-030e82ca-64ce-4fba-89b2-94b5f2e7170b-39008132847_thumb250.jpg",
    "song": "Women's Love Rights",
    "track_id": "d2fdfd60-378b-3157-95eb-839af3ccd172",
    "recording_id": "343c5721-77d3-45f9-b4bc-0f96336f1afa",
    "artist": "Laura Lee",
    "artist_ids": [
        "70a65cf5-9dee-4132-8e0e-143dcf3b8dcb"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 6",
    "release_id": "030e82ca-64ce-4fba-89b2-94b5f2e7170b",
    "release_group_id": "fc2a21f1-1833-3be3-8844-5c3d54ab9e51",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}