Information about plays

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

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

{
    "id": 3595398,
    "uri": "https://api.kexp.org/v2/plays/3595398/?format=api",
    "airdate": "2025-12-24T15:11:49-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Is in the Winter Night",
    "track_id": null,
    "recording_id": "307307e5-aa4a-4de4-a96e-5a260fb3bb80",
    "artist": "Enya",
    "artist_ids": [
        "4967c0a1-b9f3-465e-8440-4598fd9fc33c"
    ],
    "album": "And Winter Came…",
    "release_id": null,
    "release_group_id": "289a0459-65d8-305a-aa7d-15b6e7ee329c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2008-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}