Information about plays

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

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

{
    "id": 3591123,
    "uri": "https://api.kexp.org/v2/plays/3591123/?format=api",
    "airdate": "2025-12-14T19:28:47-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky Funky Christmas",
    "track_id": null,
    "recording_id": "6868583c-45a6-471a-b882-ce614657109b",
    "artist": "Electric Jungle",
    "artist_ids": [
        "238ed469-4982-4700-973a-6071edc1ec0e"
    ],
    "album": "In the Christmas Groove",
    "release_id": null,
    "release_group_id": "89c0c2f2-4352-4b63-9e79-1c37ab187cf8",
    "labels": [
        "Nike Records"
    ],
    "label_ids": [],
    "release_date": "2009-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electric Jungle released \"Funky Funky Christmas\" and b-side \"Soul Santa\" in 1974, though you can find the track on the 2009 compilation album In the Christmas Groove.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}