Information about plays

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

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

{
    "id": 3599609,
    "uri": "https://api.kexp.org/v2/plays/3599609/?format=api",
    "airdate": "2026-01-03T10:19:41-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Down the Pace",
    "track_id": null,
    "recording_id": "ee70d7b1-0330-42af-a96b-10c6c3a1dfc3",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Night Nurse",
    "release_id": null,
    "release_group_id": "2eafb7cc-160e-399b-a266-299663affe15",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Between 1973 and 1976 alone, the singer released more material than most artists do in a lifetime, virtually all of it timeless classics.\" Read more about Isaacs' 30-year career:\n\nhttps://www.allmusic.com/artist/gregory-isaacs-mn0000160848/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}