Information about plays

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

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

{
    "id": 3595783,
    "uri": "https://api.kexp.org/v2/plays/3595783/?format=api",
    "airdate": "2025-12-25T09:23:37-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?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": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "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"
}