Information about plays

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

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

{
    "id": 3640517,
    "uri": "https://api.kexp.org/v2/plays/3640517/?format=api",
    "airdate": "2026-04-11T01:10:50-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/2db73cef-cfc9-4470-85ea-b046fde5730b/19766571354-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2db73cef-cfc9-4470-85ea-b046fde5730b/19766571354-250.jpg",
    "song": "Alcoolémie",
    "track_id": null,
    "recording_id": "83a74fb4-f7c2-4ef6-8edc-fbbd8b623fd0",
    "artist": "Blind Delon",
    "artist_ids": [
        "0c71a453-9152-4062-99fd-a54196e491bc"
    ],
    "album": "Edouard (10 Years Anniversary Edition)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Icy Cold Reords"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://blind-delon.bandcamp.com/album/edouard-10-years-anniversary-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}