Information about plays

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

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

{
    "id": 3576334,
    "uri": "https://api.kexp.org/v2/plays/3576334/?format=api",
    "airdate": "2025-11-10T07:08:55-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "https://ia800807.us.archive.org/24/items/mbid-6d94141a-4b90-4ab3-92ca-6097657763df/mbid-6d94141a-4b90-4ab3-92ca-6097657763df-41729918253_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/24/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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}