Information about plays

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

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

{
    "id": 3591114,
    "uri": "https://api.kexp.org/v2/plays/3591114/?format=api",
    "airdate": "2025-12-14T19:05:03-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Get It Together This Christmas",
    "track_id": null,
    "recording_id": "ae4c0ce7-c6bd-47c5-94d1-cfbff2ddef47",
    "artist": "The Harvey Averne Band",
    "artist_ids": [
        "a9fa5ef7-ef00-4860-b8ba-e9fea3cbfa5f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fania"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Harvey Averne Barrio Band originally released \"Let's Get It Together This Christmas\" in 1971, along with their rendition of \"Christmas Song\" as its b-side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}