Information about plays

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

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

{
    "id": 3595363,
    "uri": "https://api.kexp.org/v2/plays/3595363/?format=api",
    "airdate": "2025-12-24T13:16:49-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Snow",
    "track_id": null,
    "recording_id": "e43d0e39-f601-4f04-bc7b-34762be8f8db",
    "artist": "Oscar Peterson",
    "artist_ids": [
        "ed801bdd-f057-41c0-94fb-76cb5676cd59"
    ],
    "album": "An Oscar Peterson Christmas",
    "release_id": null,
    "release_group_id": "a898f18f-ed98-360d-8a05-e0798e69cf83",
    "labels": [
        "Telarc Jazz"
    ],
    "label_ids": [
        "041fe137-8828-49bb-ad9e-8623ba85b371"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}