Information about plays

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

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

{
    "id": 3594719,
    "uri": "https://api.kexp.org/v2/plays/3594719/?format=api",
    "airdate": "2025-12-23T03:12:03-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e20233c-c57f-43bb-9156-803e6281687b/41031168416-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e20233c-c57f-43bb-9156-803e6281687b/41031168416-250.jpg",
    "song": "Snow Days",
    "track_id": null,
    "recording_id": "ca5afc3a-abc3-49e6-8ab3-0275498242d8",
    "artist": "Arcatype",
    "artist_ids": [
        "90694b49-bd13-4ea4-a803-4bdac5cd52e5"
    ],
    "album": "Snow Days / Split the Harp",
    "release_id": null,
    "release_group_id": "b89b0b1d-c957-4626-9d29-55aa07a015cd",
    "labels": [
        "C.I.A."
    ],
    "label_ids": [
        "5b8c4187-0b00-4159-bdae-fced3f2256c8"
    ],
    "release_date": "2025-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ciarecords1.bandcamp.com/album/snow-days-split-the-harp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}