Information about plays

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

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

{
    "id": 3667154,
    "uri": "https://api.kexp.org/v2/plays/3667154/?format=api",
    "airdate": "2026-06-13T01:52:51-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/12f604fd-e170-46cf-898c-299ba7cb6c8d/44286097124-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12f604fd-e170-46cf-898c-299ba7cb6c8d/44286097124-250.jpg",
    "song": "Conspiracy of Love",
    "track_id": null,
    "recording_id": "718dead3-854b-41b3-82a2-7ab4ef954a73",
    "artist": "Madeline Goldstein",
    "artist_ids": [
        "4359c67b-bfee-4f68-ba34-dcb42b9bf1ae"
    ],
    "album": "Speaking to the Body",
    "release_id": null,
    "release_group_id": "ca9208c5-7d0e-4e6a-af3b-8fa1d7f57c4f",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://madelinegoldstein.bandcamp.com/album/speaking-to-the-body",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}