Information about plays

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

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

{
    "id": 3549903,
    "uri": "https://api.kexp.org/v2/plays/3549903/?format=api",
    "airdate": "2025-09-07T04:36:39-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?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": "The Truth",
    "track_id": "2a948154-84ef-40ca-97c0-373563e20571",
    "recording_id": "102d0598-64bf-46ef-8d5e-aaf94a8e1799",
    "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": "Who Is the Sky? is a studio album by Scottish-American rock musician David Byrne with the New York City-based musical ensemble Ghost Train Orchestra, their 9th and 6th albums, respectively.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}