Information about plays

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

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

{
    "id": 3577222,
    "uri": "https://api.kexp.org/v2/plays/3577222/?format=api",
    "airdate": "2025-11-12T11:43:16-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "https://ia800705.us.archive.org/4/items/mbid-9ab49517-e0b7-4442-a600-d6b8ec040068/mbid-9ab49517-e0b7-4442-a600-d6b8ec040068-42290944175_thumb500.jpg",
    "thumbnail_uri": "https://dn710103.ca.archive.org/0/items/mbid-9ab49517-e0b7-4442-a600-d6b8ec040068/mbid-9ab49517-e0b7-4442-a600-d6b8ec040068-42290944175_thumb250.jpg",
    "song": "What Is the Reason for It?",
    "track_id": "5b2c3ea3-50f8-4a8d-8b0e-10b23e708711",
    "recording_id": "c9fe3302-8a9a-49f7-b9f7-18bf58c0447e",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne continues his tour at the Paramount Theatre in Seattle tonight and tomorrow. He'll also be at the Bill Graham Civic Auditorium in SF on November 16th, 17th, and 18th. \n\nhttps://whoisthesky.davidbyrne.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}