Information about plays

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

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

{
    "id": 3546728,
    "uri": "https://api.kexp.org/v2/plays/3546728/?format=api",
    "airdate": "2025-08-30T14:02:55-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia601707.us.archive.org/1/items/mbid-6d94141a-4b90-4ab3-92ca-6097657763df/mbid-6d94141a-4b90-4ab3-92ca-6097657763df-41729918253_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-6d94141a-4b90-4ab3-92ca-6097657763df/mbid-6d94141a-4b90-4ab3-92ca-6097657763df-41729918253_thumb250.jpg",
    "song": "The Daylight",
    "track_id": "fc9204a5-b5f0-4aa0-8b12-13bf226fdd07",
    "recording_id": "a51d2604-f86a-4990-97a5-8f52913cc9d6",
    "artist": "Robin Kester",
    "artist_ids": [
        "d8fd22b8-42a0-4b07-a9d0-4ff76c0b8899"
    ],
    "album": "Dark Sky Reserve",
    "release_id": "6d94141a-4b90-4ab3-92ca-6097657763df",
    "release_group_id": "c97da445-eb3d-4853-a453-404dc361ddcb",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2025-07-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dutch artist Robin Kester's new album comes out September 12th!\n\nhttps://robinkester.bandcamp.com/album/dark-sky-reserve",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}