Information about plays

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

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

{
    "id": 3595933,
    "uri": "https://api.kexp.org/v2/plays/3595933/?format=api",
    "airdate": "2025-12-25T17:09:48-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Careless Santa",
    "track_id": "5bdc203b-58ca-3210-b2d6-d505b0120e97",
    "recording_id": "09db5105-946f-4b9c-8752-38ddc2e8c4a8",
    "artist": "Mono Puff",
    "artist_ids": [
        "54273aba-2714-4648-a64c-5dfda8cd6caa"
    ],
    "album": "The Tarquin Records All Star Holiday Extravaganza",
    "release_id": "37451aed-54c1-4652-b86c-53205b80b33b",
    "release_group_id": "2105e371-48ab-31fa-ac8e-37231868e3c1",
    "labels": [
        "Tarquin Records"
    ],
    "label_ids": [
        "073be31f-abbf-4815-af4f-7483d92902f7"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}