Information about plays

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

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

{
    "id": 3550763,
    "uri": "https://api.kexp.org/v2/plays/3550763/?format=api",
    "airdate": "2025-09-09T06:56:12-07:00",
    "show": 64515,
    "show_uri": "https://api.kexp.org/v2/shows/64515/?format=api",
    "image_uri": "https://ia801303.us.archive.org/14/items/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2-33247226942_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/14/items/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2-33247226942_thumb250.jpg",
    "song": "Don’t Stand So Close to Me",
    "track_id": "bb7faeef-21fe-3b05-8a3b-0dfe777de5a4",
    "recording_id": "1f6a3ea0-70af-49d4-baf9-af6373c1c921",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Zenyattà Mondatta",
    "release_id": "cdc45f68-aae1-4cce-a30e-a5d3f23889d2",
    "release_group_id": "99ca0e36-f4bb-3a15-b016-0cf7b79c5792",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1980-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Police released this single on September 19, 1980 - supporting their third LP, \"Zenyatta Mondatta.\" \n\nSting has previously worked as an English teacher, and in 1993 said: \"You have to remember we were blond bombshells at the time and most of our fans were young girls so I started roleplaying a bit. Let's exploit that.\" He later denied that the song is autobiographical.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}