Information about plays

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

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

{
    "id": 3571862,
    "uri": "https://api.kexp.org/v2/plays/3571862/?format=api",
    "airdate": "2025-10-30T15:01:40-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl Let Me Touch You",
    "track_id": "8e1b869b-32f6-3de0-a850-1c91fff41611",
    "recording_id": "8c33ce1f-0b80-4751-aa2f-26f5e6848e61",
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "Instrumentalyst: Octagon Beats",
    "release_id": "bbef909f-9016-4e4a-9024-d2609a0549fb",
    "release_group_id": "76bfe713-ca0a-313b-b4cc-80b150514070",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1997-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's difficult to post many samples of the lyrics here, but you can read them, if you wish: https://genius.com/Dr-octagon-girl-let-me-touch-you-lyrics\n--\n\"Girl Let Me Touch You\" contains samples of \"Kitty With the Bent Frame\" by Quincy Jones, \"Strictly for the Ladies\" by Lord Finesse and DJ Mike Smooth and \"(Don''t Want No) Woman\" by Lee Michaels.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}