Information about plays

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

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

{
    "id": 3635466,
    "uri": "https://api.kexp.org/v2/plays/3635466/?format=api",
    "airdate": "2026-03-30T05:56:15-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f5a0cf6-c100-4781-a3e3-f55e97bd9761/11754670979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f5a0cf6-c100-4781-a3e3-f55e97bd9761/11754670979-250.jpg",
    "song": "Come See About Me",
    "track_id": null,
    "recording_id": "40b83f53-fe5d-41ed-a4c0-afd81b4c4009",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Where Did Our Love Go",
    "release_id": null,
    "release_group_id": "87a0f11f-2c56-37af-a05b-a3efcd2f98f0",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1964-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berry Gordy, the founder of Motown, said in a statement that the Supremes had opened doors for other Motown acts. “I was always proud of Mary [Wilson],” Mr. Gordy said. “She was quite a star in her own right, and over the years continued to work hard to boost the legacy of the Supremes.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}