Information about plays

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

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

{
    "id": 3551360,
    "uri": "https://api.kexp.org/v2/plays/3551360/?format=api",
    "airdate": "2025-09-10T16:23:25-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia800709.us.archive.org/7/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": "When We Are Singing",
    "track_id": "eb462d59-c726-4999-ab54-480c88a49746",
    "recording_id": "1d5463f6-5233-4cd2-a5b2-3c9f0de95faa",
    "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": "New music from David Byrne! He will be doing a three night show 11-13 November @ Seattle's Paramount.\nhttps://whoisthesky.davidbyrne.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}