Information about plays

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

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

{
    "id": 3595386,
    "uri": "https://api.kexp.org/v2/plays/3595386/?format=api",
    "airdate": "2025-12-24T14:38:39-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Christmas",
    "track_id": null,
    "recording_id": "f00dd692-41cd-4c92-a2cd-b542c1fcd8dd",
    "artist": "The Emotions",
    "artist_ids": [
        "6ff13427-08ff-4da2-bee8-892e1fa22d3c"
    ],
    "album": "Christmas Blues",
    "release_id": null,
    "release_group_id": "b1dc84d0-c550-4b9f-873a-eda7d0552c2f",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Emotions are an American soul/R&B vocal group from Chicago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}