Information about plays

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

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

{
    "id": 3558506,
    "uri": "https://api.kexp.org/v2/plays/3558506/?format=api",
    "airdate": "2025-09-27T19:55:47-07:00",
    "show": 64683,
    "show_uri": "https://api.kexp.org/v2/shows/64683/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5e0d5dd-d29b-447f-868c-c052c8f0e1cb/18779867256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5e0d5dd-d29b-447f-868c-c052c8f0e1cb/18779867256-250.jpg",
    "song": "Return of the Rat",
    "track_id": null,
    "recording_id": "962b8538-3ece-45d3-a932-7e6c66dbd327",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Is This Real?",
    "release_id": null,
    "release_group_id": "8601dff5-2db0-3dbb-aeda-65de9635786e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut studio album from the Wipers originally released in 1980. On the '93 Sub Pop reissue, it also included three songs from the Alien Boy EP.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}