Information about plays

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

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

{
    "id": 3595267,
    "uri": "https://api.kexp.org/v2/plays/3595267/?format=api",
    "airdate": "2025-12-24T07:49:59-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Shakin' Psychedelic Santa",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hallmarks",
    "artist_ids": [
        "401e53fe-8c42-423b-8384-e49d29c98903"
    ],
    "album": "Paper Sky",
    "release_id": null,
    "release_group_id": "e6421c48-dc74-3cd6-ba2d-9243e3ba18e8",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Raymond's brother from another mother.\n\n\"Soul Shakin' Psychedelic Santa\" is a Christmas cover of The Hallmarks own \"Soul Shakin' Psychedelic Sally\". https://www.recordturnover.com/2019/05/24/the-hallmarks/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}