Information about plays

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

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

{
    "id": 3644689,
    "uri": "https://api.kexp.org/v2/plays/3644689/?format=api",
    "airdate": "2026-04-20T22:46:49-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ad1f910-d704-49ea-99cf-986b975b50bd/15465029745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ad1f910-d704-49ea-99cf-986b975b50bd/15465029745-250.jpg",
    "song": "Way Down in the Hole",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Washington Square Serenade",
    "release_id": null,
    "release_group_id": "e193c87d-09e8-3e90-8417-cda7fb6bbd1a",
    "labels": [
        "New West"
    ],
    "label_ids": [],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What was your fave season? - dj@kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}