Information about plays

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

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

{
    "id": 3594485,
    "uri": "https://api.kexp.org/v2/plays/3594485/?format=api",
    "airdate": "2025-12-22T13:31:35-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleepwalking Through Christmas",
    "track_id": null,
    "recording_id": "b677900c-b601-4042-b924-8ee21dc5650a",
    "artist": "Ben Folds",
    "artist_ids": [
        "51b7f46f-6c0f-46f2-9496-08c9ec2624d4"
    ],
    "album": "Sleigher",
    "release_id": null,
    "release_group_id": "afef832d-e2fd-4a88-97eb-53ee1d4f80b5",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sleepwalking Through Christmas\" was inspired by a newspaper piece about a person with a sleeping disorder during the holiday season.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}