Information about plays

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

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

{
    "id": 3566601,
    "uri": "https://api.kexp.org/v2/plays/3566601/?format=api",
    "airdate": "2025-10-18T03:18:05-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad36948b-4035-4e6d-9357-024836335efb/18332431414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad36948b-4035-4e6d-9357-024836335efb/18332431414-250.jpg",
    "song": "Atomic Bomb",
    "track_id": null,
    "recording_id": "6353e1c7-d7f6-47ef-bd26-8a665ecf7f87",
    "artist": "Hot Chip, William Onyeabor",
    "artist_ids": [],
    "album": "What?!",
    "release_id": null,
    "release_group_id": "6bb7b2f1-542e-47d1-9d7c-841a3251370f",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}