Information about plays

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

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

{
    "id": 3564786,
    "uri": "https://api.kexp.org/v2/plays/3564786/?format=api",
    "airdate": "2025-10-14T02:00:01-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia601903.us.archive.org/24/items/mbid-126ace5c-07ef-48b7-901c-02c22c9a8460/mbid-126ace5c-07ef-48b7-901c-02c22c9a8460-3625283103_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/24/items/mbid-126ace5c-07ef-48b7-901c-02c22c9a8460/mbid-126ace5c-07ef-48b7-901c-02c22c9a8460-3625283103_thumb250.jpg",
    "song": "Tell the Lie",
    "track_id": "00a9bc4d-9acf-3022-9439-aea5dbebbb45",
    "recording_id": "80423d90-071c-4713-a139-44b62cc3f459",
    "artist": "The BellRays",
    "artist_ids": [
        "c754774d-d3ea-4216-9486-368c04b1bbe7"
    ],
    "album": "Have a Little Faith",
    "release_id": "87e94f59-720a-4548-b5ff-ea798d56e847",
    "release_group_id": "543df7c5-eb50-3165-ad61-5e543190f81c",
    "labels": [
        "Cheap Lullaby Records"
    ],
    "label_ids": [
        "fbdf30dd-c5e8-47fb-8c97-64b1d0d325ea"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}