Information about plays

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

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

{
    "id": 3553780,
    "uri": "https://api.kexp.org/v2/plays/3553780/?format=api",
    "airdate": "2025-09-16T13:18:44-07:00",
    "show": 64579,
    "show_uri": "https://api.kexp.org/v2/shows/64579/?format=api",
    "image_uri": "https://coverartarchive.org/release/f86e4191-2476-46b6-86f5-5ac18dcf1f65/30911776866-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f86e4191-2476-46b6-86f5-5ac18dcf1f65/30911776866-250.jpg",
    "song": "Keep on Walkin’",
    "track_id": null,
    "recording_id": "99a0896b-2f46-4215-82c7-49ab41b819bc",
    "artist": "CeCe Peniston",
    "artist_ids": [
        "16b3f3fc-6c76-4fec-8f0b-9fa9a4ec8e91"
    ],
    "album": "Finally",
    "release_id": null,
    "release_group_id": "734471dc-1d2b-306a-81b3-4ff30ea7df8e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"After the success of “Finally,” CeCe rushed to the studio to record her solo debut. The album, titled Finally, of course, dropped in 1991 to much fanfare. More hits followed: “We Got A Love Thang” was CeCe’s second No. 1 hit on the dance charts, and “Keep On Walkin'” completed the trio of No. 1 dance hits.\"\nhttps://soulinstereo.com/2012/06/what-ever-happened-to-cece-peniston.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}