Information about plays

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

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

{
    "id": 3596957,
    "uri": "https://api.kexp.org/v2/plays/3596957/?format=api",
    "airdate": "2025-12-27T23:13:33-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cop a Plea",
    "track_id": null,
    "recording_id": "b634e76a-3d8f-4a2a-b1fc-933da3794755",
    "artist": "The Fluid",
    "artist_ids": [
        "5e99632e-7395-429d-9f95-e9c47325b8f0"
    ],
    "album": "Roadmouth",
    "release_id": null,
    "release_group_id": "2ec8b3b1-f3bd-4211-94b3-11fb818cc6e8",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Denver, CO \nFun fact: The Fluid were the first non-Seattle band to sign to Sub Pop https://thefluid.bandcamp.com/album/roadmouth-2024-remix-remaster",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}