Information about plays

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

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

{
    "id": 3639773,
    "uri": "https://api.kexp.org/v2/plays/3639773/?format=api",
    "airdate": "2026-04-09T06:25:38-07:00",
    "show": 66405,
    "show_uri": "https://api.kexp.org/v2/shows/66405/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's My Beat",
    "track_id": null,
    "recording_id": null,
    "artist": "Sweet Tee",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's My Beat\" is the debut single by Hollis, Queens legends Sweet Tee and DJ Jazzy Joyce, released in 1986 via Profile Records. In 1988, it was included in Sweet Tee's debut album It's Tee Time.\n\nCheck out this 2025 local news footage of Sweet Tee supporting her community members who are struggling with addiction: \nhttps://www.youtube.com/watch?v=2z2Df-VbBXA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}