Information about plays

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

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

{
    "id": 3594903,
    "uri": "https://api.kexp.org/v2/plays/3594903/?format=api",
    "airdate": "2025-12-23T13:04:38-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock N Roll Santa",
    "track_id": null,
    "recording_id": "2c01c6e5-2bf8-4fa5-ac34-445a0c7cbd02",
    "artist": "Jr. and His Soulettes",
    "artist_ids": [
        "f22c534a-9b2c-4385-a95d-f1779c8f47e6"
    ],
    "album": "Psychodelic Sounds",
    "release_id": null,
    "release_group_id": "eca7ae9f-2da0-34a8-8213-9ca9b1ee3694",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crazy private press psychedelic garage funk LP recorded by a family band of 4 young kids in Oklahoma in the early 70s.\nMembers: Denise Marshell Moore, Harold Moore, Jr., Jacqueln Carol Moore, and Vinita Marie Moore.\nhttps://www.soulstrut.com/Archive/jr.-and-his-soulettes-psychodelic-sounds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}