Information about plays

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

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

{
    "id": 3595584,
    "uri": "https://api.kexp.org/v2/plays/3595584/?format=api",
    "airdate": "2025-12-25T00:01:52-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Wish You a Merry Christmas",
    "track_id": null,
    "recording_id": "fa3da678-1045-4739-91a5-a38d0d370272",
    "artist": "The Ventures",
    "artist_ids": [
        "b2cc8903-0077-4bef-8454-ac5cef53d126"
    ],
    "album": "The Ventures’ Christmas Album",
    "release_id": null,
    "release_group_id": "acb7715b-ef68-3398-9e9f-ad65148df7d8",
    "labels": [
        "Dolton"
    ],
    "label_ids": [
        "eec739d0-df5f-47be-8e66-f7eac0d9507a"
    ],
    "release_date": "1965-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}