Information about plays

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

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

{
    "id": 3576227,
    "uri": "https://api.kexp.org/v2/plays/3576227/?format=api",
    "airdate": "2025-11-10T00:20:37-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca32d3d9-62eb-4bd8-81bc-440fe87c5a63/25634165570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca32d3d9-62eb-4bd8-81bc-440fe87c5a63/25634165570-250.jpg",
    "song": "Cheater",
    "track_id": null,
    "recording_id": "56b2e17f-c3bf-442f-b860-bb20fa0eec99",
    "artist": "Wilma Archer feat. Sudan Archives",
    "artist_ids": [
        "461dbdf1-bfc7-4e6e-a165-2b2d678ceb8a",
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "A Western Circular",
    "release_id": null,
    "release_group_id": "c3065a8d-3c89-4e32-8522-eca9f756173f",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2020-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}