Information about plays

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

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

{
    "id": 3541000,
    "uri": "https://api.kexp.org/v2/plays/3541000/?format=api",
    "airdate": "2025-08-16T23:50:41-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8030c09-1ace-4905-8378-67019d298d3b/34488758178-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8030c09-1ace-4905-8378-67019d298d3b/34488758178-250.jpg",
    "song": "Havin' a Hard Time",
    "track_id": null,
    "recording_id": "ce7ebc37-7bbf-4241-80a0-243fb83f0aa6",
    "artist": "Nightfeeder",
    "artist_ids": [
        "848974ec-d454-40db-9377-193683a2de3c"
    ],
    "album": "Nightfeeder",
    "release_id": null,
    "release_group_id": "4a8a20bf-abf9-4d66-95a2-7e48ddec44cd",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-12-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle HC!\n\nhttps://nightfeeder.bandcamp.com/album/disgust-r-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}