Information about plays

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

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

{
    "id": 3551725,
    "uri": "https://api.kexp.org/v2/plays/3551725/?format=api",
    "airdate": "2025-09-11T13:56:33-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://ia802907.us.archive.org/0/items/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3-42868641727_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3-42868641727_thumb250.jpg",
    "song": "Smiling Faces Sometimes",
    "track_id": "35e541e5-a0c8-3e20-aab3-ab065f6509bd",
    "recording_id": "30a8d55b-eba0-4e8e-bba4-98c8d8319b9c",
    "artist": "The Undisputed Truth",
    "artist_ids": [
        "5e676b63-5c50-4c86-88d8-54243bba76d9"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 5",
    "release_id": "66c6ad67-a384-4633-8744-f2bbfae835b3",
    "release_group_id": "d9f052d7-08a6-34eb-8797-eb52f278708a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Norman Whitfield and Barrett Strong and recorded by The Temptations in 1971. Whitfield had The Undisputed Truth release this version that same year. \n--\nGeorge Clinton sampled the bass for \"Paint the White House Black.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}