Information about plays

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

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

{
    "id": 3557727,
    "uri": "https://api.kexp.org/v2/plays/3557727/?format=api",
    "airdate": "2025-09-25T22:23:26-07:00",
    "show": 64661,
    "show_uri": "https://api.kexp.org/v2/shows/64661/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bfc2d0e-4e1c-4bfd-bcf7-f6602ccb723e/21122098666-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5bfc2d0e-4e1c-4bfd-bcf7-f6602ccb723e/21122098666-250.jpg",
    "song": "Don’t Stop the Music",
    "track_id": null,
    "recording_id": "bfcf4e7e-e0c9-4a38-97ea-80280cbde677",
    "artist": "Yarbrough & Peoples",
    "artist_ids": [
        "68f13dd2-181f-4e71-b563-0030b12545d7"
    ],
    "album": "Young at Heart: Classic Hits of the Early 80s",
    "release_id": null,
    "release_group_id": "ad24dcc0-356a-3fab-bf9d-011c843c96d4",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}