Information about plays

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

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

{
    "id": 3567127,
    "uri": "https://api.kexp.org/v2/plays/3567127/?format=api",
    "airdate": "2025-10-19T08:38:18-07:00",
    "show": 64875,
    "show_uri": "https://api.kexp.org/v2/shows/64875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Used To See Her On The Way Home from School and She Lit Up The Sky with her Beauty",
    "track_id": null,
    "recording_id": null,
    "artist": "Dylan Henner",
    "artist_ids": [
        "0d393d03-d207-40a3-81ba-a90dc848dc7b"
    ],
    "album": "Star Dream FM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Phantom Limb"
    ],
    "label_ids": [
        "3f0dfef7-2e2a-4374-9644-03745de80683"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on recommended new releases out this past week! The latest from enigmatic British ambient musician Dylan Henner that's \"said to be taped from a mysterious radio broadcast that plays his favorite memories from adolescence\" ~ https://dylanhenner.bandcamp.com/album/star-dream-fm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}