Information about plays

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

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

{
    "id": 3595807,
    "uri": "https://api.kexp.org/v2/plays/3595807/?format=api",
    "airdate": "2025-12-25T10:34:04-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/d94ef993-150f-4513-a54a-cd47372b6b63/17999820004-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d94ef993-150f-4513-a54a-cd47372b6b63/17999820004-250.jpg",
    "song": "Strangest Christmas Yet",
    "track_id": null,
    "recording_id": "e56abb5a-9127-4100-8945-042d95f54957",
    "artist": "Steve Martin and the Steep Canyon Rangers",
    "artist_ids": [
        "0da08c43-c04c-4016-968d-b9d3eb9b7751",
        "4b53774a-8c4f-4c58-a4f9-c9d331f6b0a4"
    ],
    "album": "“The Long‐Awaited Album”",
    "release_id": null,
    "release_group_id": "1c3bc81e-d59a-4208-834e-9376af9433ab",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2017-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}