Information about plays

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

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

{
    "id": 3641717,
    "uri": "https://api.kexp.org/v2/plays/3641717/?format=api",
    "airdate": "2026-04-13T22:26:39-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/10bc7f01-64c1-4cc9-8e06-8b4fe2e8da62/31325220892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10bc7f01-64c1-4cc9-8e06-8b4fe2e8da62/31325220892-250.jpg",
    "song": "The Long Way Round",
    "track_id": null,
    "recording_id": null,
    "artist": "Rachel Love",
    "artist_ids": [
        "f7054b93-071a-43ef-89e4-2f5498ad55eb"
    ],
    "album": "Picture in Mind",
    "release_id": null,
    "release_group_id": "9cf661cf-7ad3-4bed-a004-cdd329a45c75",
    "labels": [
        "Slumberland"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just pressed to wax for the first time from indie legend Rachel Love! (guitarist / vocalist of Dolly Mixture) - https://rachellove.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}