Information about plays

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

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

{
    "id": 3569086,
    "uri": "https://api.kexp.org/v2/plays/3569086/?format=api",
    "airdate": "2025-10-23T21:37:47-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ad82aaf-b9a1-4b36-89cd-0a92a58d4600/39967223436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ad82aaf-b9a1-4b36-89cd-0a92a58d4600/39967223436-250.jpg",
    "song": "Fuyu Goe",
    "track_id": null,
    "recording_id": "a7bc74fb-6306-47e0-8705-fd81444a7005",
    "artist": "細野晴臣",
    "artist_ids": [
        "078be324-de92-4c72-9371-65bdcf324154"
    ],
    "album": "Fuyu Goe",
    "release_id": null,
    "release_group_id": "7a7aea31-a617-4bad-90b7-0846fa6f16f4",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yuma Abe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}