Information about plays

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

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

{
    "id": 3544948,
    "uri": "https://api.kexp.org/v2/plays/3544948/?format=api",
    "airdate": "2025-08-26T06:09:37-07:00",
    "show": 64391,
    "show_uri": "https://api.kexp.org/v2/shows/64391/?format=api",
    "image_uri": "https://ia903404.us.archive.org/31/items/mbid-c0a25970-1d48-43c4-a19f-26ea8473e8a6/mbid-c0a25970-1d48-43c4-a19f-26ea8473e8a6-29030719771_thumb500.jpg",
    "thumbnail_uri": "https://ia903404.us.archive.org/31/items/mbid-c0a25970-1d48-43c4-a19f-26ea8473e8a6/mbid-c0a25970-1d48-43c4-a19f-26ea8473e8a6-29030719771_thumb250.jpg",
    "song": "Boys Like Me",
    "track_id": "96c82445-2bd2-3eb9-a73a-df57b971e92e",
    "recording_id": "921ed5bb-13ad-4ee8-bf69-ecd1f79c2a9a",
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "Dance",
    "release_id": "c0a25970-1d48-43c4-a19f-26ea8473e8a6",
    "release_group_id": "0f81f5f3-540a-37a0-95ec-010a0e8288dc",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1999-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the founding fathers of synth pop, Gary Numan's influence extends far beyond his lone American hit, \"Cars,\" which still stands as one of the defining new wave singles. That seminal track helped usher in the synth pop era on both sides of the Atlantic, especially his native U.K., where he was a genuine pop star and consistent hitmaker during the early '80s. \n\nhttps://garynuman.bandcamp.com/track/boys-like-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}