Information about plays

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

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

{
    "id": 3556927,
    "uri": "https://api.kexp.org/v2/plays/3556927/?format=api",
    "airdate": "2025-09-23T23:25:27-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Leave Me This Way",
    "track_id": null,
    "recording_id": "f3b7a42c-c212-4e83-84ee-0793593d5377",
    "artist": "Thelma Houston",
    "artist_ids": [
        "cb327970-cf95-4f2d-91db-b1b787aa51f9"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Thelma Houston",
    "release_id": null,
    "release_group_id": "52e3a26e-6dce-3c39-9bcc-0f950f5ef193",
    "labels": [
        "Universal Music Canada"
    ],
    "label_ids": [
        "6cee07d5-4cc3-4555-a629-480590e0bebd"
    ],
    "release_date": "2007-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Baby, my heart is full of love...!\" From 1976, one of the most original and intoxicating arrangements around. https://www.thelmahouston.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}