Information about plays

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

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

{
    "id": 3595759,
    "uri": "https://api.kexp.org/v2/plays/3595759/?format=api",
    "airdate": "2025-12-25T08:18:24-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas in Cleveland",
    "track_id": "815bbc35-b292-3f75-9779-93169791b55d",
    "recording_id": "be7943ad-47c0-4104-a292-fd0be8d0ce71",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Wishing You a Rave Christmas",
    "release_id": "14e66330-9e3c-4983-8c56-59f4a9060d60",
    "release_group_id": "fc7874d7-a5e0-36bb-a5c7-c0f67993eabc",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth EP from 2008 by the Danish indie rock duo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}