Information about plays

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

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

{
    "id": 3551429,
    "uri": "https://api.kexp.org/v2/plays/3551429/?format=api",
    "airdate": "2025-09-10T21:13:10-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9704137-8d1e-4c76-92da-9ede5a8098c2/14355239900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9704137-8d1e-4c76-92da-9ede5a8098c2/14355239900-250.jpg",
    "song": "Words of Wisdom",
    "track_id": null,
    "recording_id": "b60254bf-d30a-4a85-aa09-e0b9ee405493",
    "artist": "Jeff Mills, Jean-Phi Dary, Prabhu Edouard",
    "artist_ids": [],
    "album": "EVOLUTION",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Axis"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://tomorrowcomestheharvest.bandcamp.com/album/evolution",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}