Information about plays

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

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

{
    "id": 3549767,
    "uri": "https://api.kexp.org/v2/plays/3549767/?format=api",
    "airdate": "2025-09-06T21:32:51-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cancer",
    "track_id": null,
    "recording_id": null,
    "artist": "Fan Club",
    "artist_ids": [
        "c3f5e338-566c-4498-ad68-f2a8b92291b8"
    ],
    "album": "Stimulation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fan Club will be playing  at Easy Street Records in Seattle on September 28th.\n\nhttps://officialfanclubfanclub.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}