Information about plays

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

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

{
    "id": 3641877,
    "uri": "https://api.kexp.org/v2/plays/3641877/?format=api",
    "airdate": "2026-04-14T06:51:59-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://dn721707.ca.archive.org/0/items/mbid-c1b88f60-07a7-4331-96a0-8617608f0375/mbid-c1b88f60-07a7-4331-96a0-8617608f0375-42117324482_thumb500.jpg",
    "thumbnail_uri": "https://dn721707.ca.archive.org/0/items/mbid-c1b88f60-07a7-4331-96a0-8617608f0375/mbid-c1b88f60-07a7-4331-96a0-8617608f0375-42117324482_thumb250.jpg",
    "song": "To Serenade a Rainbow",
    "track_id": "5da4effa-ab7a-34f5-b00a-a7327857afca",
    "recording_id": "062e2a7d-e11d-4674-a5d7-cd302ec23d93",
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "Of the Heart, of the Soul and of the Cross: The Utopian Experience",
    "release_id": "c1b88f60-07a7-4331-96a0-8617608f0375",
    "release_group_id": "112262c3-b6c6-384a-be2a-90429ddd03ce",
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of the Heart, of the Soul and of the Cross was the debut album of New Jersey hip-hop crew P.M. Dawn. It achieved almost immediate success, selling 850,000 copies by 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}