Information about plays

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

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

{
    "id": 3539388,
    "uri": "https://api.kexp.org/v2/plays/3539388/?format=api",
    "airdate": "2025-08-13T00:46:03-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/2feef214-0bf3-49de-9c5a-52f5b1b9ebcf/32638578193-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2feef214-0bf3-49de-9c5a-52f5b1b9ebcf/32638578193-250.jpg",
    "song": "Let's Chill",
    "track_id": null,
    "recording_id": "340e3ba5-4948-4664-8c7d-691a92c8d0bc",
    "artist": "Guy",
    "artist_ids": [
        "fa209319-6d7b-4a20-b445-62186ec41e0d"
    ],
    "album": "The Future",
    "release_id": null,
    "release_group_id": "e987ae18-21ae-3ea8-8ea4-65a719735316",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1990-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After a two-day \"heatwave\" (88-90 degrees F lol) in Seattle, it's supposed to cool off and rain now. So... let's chill.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}