Information about plays

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

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

{
    "id": 3617883,
    "uri": "https://api.kexp.org/v2/plays/3617883/?format=api",
    "airdate": "2026-02-15T14:22:16-08:00",
    "show": 65941,
    "show_uri": "https://api.kexp.org/v2/shows/65941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Your Eyes",
    "track_id": null,
    "recording_id": "ee4742ef-c520-4a0a-9f83-93700b13f63a",
    "artist": "Bobby Caldwell",
    "artist_ids": [
        "139a00a8-6b21-47c3-9315-60ac5ab2c715"
    ],
    "album": "Cat in the Hat",
    "release_id": null,
    "release_group_id": "e2621bbb-0645-357b-9da8-90bf6b892aa2",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Open Your Eyes\" by Bobby Caldwell is a soulful plea to a lover stuck in the past, urging her to stop dwelling on heartbreak and recognize that he is the right person for her.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}