Information about plays

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

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

{
    "id": 3640718,
    "uri": "https://api.kexp.org/v2/plays/3640718/?format=api",
    "airdate": "2026-04-11T11:49:54-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3256dd6-f3a7-44c4-a3bb-2591c54c748e/31554210341-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3256dd6-f3a7-44c4-a3bb-2591c54c748e/31554210341-250.jpg",
    "song": "Night Nurse",
    "track_id": null,
    "recording_id": "717db925-e3f5-4a40-a827-175fe589d96b",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Absent",
    "release_id": null,
    "release_group_id": "e9da870e-c399-3896-a71b-a72ad4b31126",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get this man a nurse!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}