Information about plays

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

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

{
    "id": 3596937,
    "uri": "https://api.kexp.org/v2/plays/3596937/?format=api",
    "airdate": "2025-12-27T22:26:58-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break New Ground",
    "track_id": null,
    "recording_id": "11c42001-c805-466f-897f-c59186dbb21a",
    "artist": "Rhythm Pigs",
    "artist_ids": [
        "d6fea094-0229-4d0c-962f-5ec89dd6afba"
    ],
    "album": "Rhythm Pigs",
    "release_id": null,
    "release_group_id": "16f337c0-3c01-47e3-bdf6-3ffdab8dddf7",
    "labels": [
        "Mordam Records"
    ],
    "label_ids": [
        "c999620c-991f-46ab-a729-d153289a5dcf"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rhythm Pigs were a punk band from El Paso, TX and later relocated to the San Francisco Bay Area. Their first two albums were released on Mordam Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}