Information about plays

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

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

{
    "id": 3594948,
    "uri": "https://api.kexp.org/v2/plays/3594948/?format=api",
    "airdate": "2025-12-23T15:36:59-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Jingle Bells Rock",
    "track_id": null,
    "recording_id": "98031264-2c37-491e-899c-87c873baaa84",
    "artist": "Sweet Tee",
    "artist_ids": [
        "0de3a48c-3e09-4f6e-96ab-0cc22c0282e8"
    ],
    "album": "Christmas Rap",
    "release_id": null,
    "release_group_id": "0efd625c-5ff9-332e-a9a7-d1785279a384",
    "labels": [
        "Sony BMG Special Products"
    ],
    "label_ids": [
        "273abdfd-dea0-4513-ba5d-625a41f57e9a"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queens rapper Sweet Tee (born Toi Jackson) debuted with It's Tee Time in 1989.\nhttps://tinyurl.com/5eu65d6f\n\n\"Let the Jingle Bells Rock\" was released as the B Side to \"Christmas in Hollis\" by Run D.M.C in 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}