Information about plays

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

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

{
    "id": 3595999,
    "uri": "https://api.kexp.org/v2/plays/3595999/?format=api",
    "airdate": "2025-12-25T20:51:43-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleigh",
    "track_id": null,
    "recording_id": "64fc70d2-5712-4845-bed5-32f1bde738bc",
    "artist": "CHUNG HA",
    "artist_ids": [
        "08525643-7a01-411e-8188-8bf57261c8b3"
    ],
    "album": "Christmas Promises",
    "release_id": null,
    "release_group_id": "1c12c352-2a51-4a65-ad80-ece6f896384c",
    "labels": [
        "MORE VISION"
    ],
    "label_ids": [
        "2d6e4d3d-aaad-467b-b9fa-f7bf7eb84bf6"
    ],
    "release_date": "2024-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}