Information about plays

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

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

{
    "id": 3626721,
    "uri": "https://api.kexp.org/v2/plays/3626721/?format=api",
    "airdate": "2026-03-08T10:10:31-07:00",
    "show": 66126,
    "show_uri": "https://api.kexp.org/v2/shows/66126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "From the Heart of Me",
    "track_id": null,
    "recording_id": "e7762b7e-3fe7-4e42-9856-cb04429fed52",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Closing of the Winterland, July 2, 1971",
    "release_id": null,
    "release_group_id": "6f3a4307-65a5-3d49-9db2-bf28da5c1d55",
    "labels": [
        "Grateful Dead Productions, Inc."
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Donna Godchaux on vocals from a five-hour long concert before the venue in San Francisco shut down, featuring Dan Aykroyd doing a midnight countdown and a breakfast served at dawn.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}