Information about plays

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

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

{
    "id": 3548579,
    "uri": "https://api.kexp.org/v2/plays/3548579/?format=api",
    "airdate": "2025-09-03T21:27:54-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcaa5bda-9b72-4045-ab2d-293120b86bab/38368189912-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcaa5bda-9b72-4045-ab2d-293120b86bab/38368189912-250.jpg",
    "song": "Tiptoe on the Highest Hill",
    "track_id": null,
    "recording_id": "a9ab2a19-2011-4b32-bc1e-5d21f260ac3e",
    "artist": "Twink",
    "artist_ids": [
        "01e06102-b786-4f0e-a953-90d1a403d891"
    ],
    "album": "You Reached for the Stars: The Best of Twink",
    "release_id": null,
    "release_group_id": "fa417c48-1be8-491e-9696-231e4ec02864",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}