Information about plays

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

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

{
    "id": 3540248,
    "uri": "https://api.kexp.org/v2/plays/3540248/?format=api",
    "airdate": "2025-08-15T04:37:32-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://dn721201.ca.archive.org/0/items/mbid-16c0929d-3375-48fc-82a3-b081eb899bf9/mbid-16c0929d-3375-48fc-82a3-b081eb899bf9-42204221999_thumb500.jpg",
    "thumbnail_uri": "https://dn721201.ca.archive.org/0/items/mbid-16c0929d-3375-48fc-82a3-b081eb899bf9/mbid-16c0929d-3375-48fc-82a3-b081eb899bf9-42204221999_thumb250.jpg",
    "song": "Everybody Laughs",
    "track_id": "b33056e5-34df-4d69-904e-916ccd250e36",
    "recording_id": "3f5896ff-0954-43fc-b077-3f59634bd45d",
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Who Is The Sky?",
    "release_id": "16c0929d-3375-48fc-82a3-b081eb899bf9",
    "release_group_id": "153dc33e-59bc-4990-9c9d-d4c3861f541e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}