Information about plays

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

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

{
    "id": 3577937,
    "uri": "https://api.kexp.org/v2/plays/3577937/?format=api",
    "airdate": "2025-11-14T05:25:53-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-83e06e35-44a8-42f9-8b62-972b772880f5/mbid-83e06e35-44a8-42f9-8b62-972b772880f5-28767260392_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-83e06e35-44a8-42f9-8b62-972b772880f5/mbid-83e06e35-44a8-42f9-8b62-972b772880f5-28767260392_thumb250.jpg",
    "song": "Mid City Team",
    "track_id": "0f38cb9c-38d0-46a0-b077-da153901c520",
    "recording_id": "581abbd3-b0cf-480b-9ba0-f8255bc87a38",
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Daddy's Highway",
    "release_id": "83e06e35-44a8-42f9-8b62-972b772880f5",
    "release_group_id": "647168b5-1993-34f4-9f2c-0a811be86ed3",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Christchurch NZ, a fun fact about the Bats is they have had the same band members for the last 42 years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}