Information about plays

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

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

{
    "id": 3595877,
    "uri": "https://api.kexp.org/v2/plays/3595877/?format=api",
    "airdate": "2025-12-25T14:21:01-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There’s No Christmas on the Moon",
    "track_id": null,
    "recording_id": "976f1558-b41c-4e0f-acb6-14a92ca04153",
    "artist": "Thee Spivies",
    "artist_ids": [
        "e7c5cd1a-d6cc-4b50-93ba-dd6ca10fd5f7"
    ],
    "album": "Christmas in Heaven",
    "release_id": null,
    "release_group_id": "dbbd7edf-8788-3d7b-a0ec-49c3f7d49b58",
    "labels": [
        "Flying Tart"
    ],
    "label_ids": [
        "468d1d34-c1f4-44a1-a7fc-3e861fd52080"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}