Information about plays

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

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

{
    "id": 3595915,
    "uri": "https://api.kexp.org/v2/plays/3595915/?format=api",
    "airdate": "2025-12-25T16:14:23-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/8dc8f228-6710-4986-88e8-8513197a0439/22833546477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8dc8f228-6710-4986-88e8-8513197a0439/22833546477-250.jpg",
    "song": "There's No Christmas in Hell (And That's Why I'm So Sad)",
    "track_id": null,
    "recording_id": "3b123230-fd3f-40ec-8408-ca83991eeebd",
    "artist": "The X-Misses",
    "artist_ids": [
        "252dd747-1a54-46b8-beab-65a5600e04b1"
    ],
    "album": "Christmas Reminiscences",
    "release_id": null,
    "release_group_id": "2b8f0975-87d1-402a-8e5c-1af3a328a6b8",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2018-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}