Information about plays

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

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

{
    "id": 3570313,
    "uri": "https://api.kexp.org/v2/plays/3570313/?format=api",
    "airdate": "2025-10-26T17:25:53-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://coverartarchive.org/release/5865e72f-007f-4849-a15a-e7f77dc7402c/31660514959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5865e72f-007f-4849-a15a-e7f77dc7402c/31660514959-250.jpg",
    "song": "Hamster Baby",
    "track_id": null,
    "recording_id": "5a4012cf-4682-46f8-b9a7-1303bca863f4",
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "Pussy Whipped",
    "release_id": null,
    "release_group_id": "db966c6a-8a3d-3868-afec-7829914d64e0",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1993-10-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1993!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}