Information about plays

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

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

{
    "id": 3597286,
    "uri": "https://api.kexp.org/v2/plays/3597286/?format=api",
    "airdate": "2025-12-28T18:07:27-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing but Your Love (Jay Dee remix)",
    "track_id": null,
    "recording_id": "bd044c67-02c5-4bda-8a37-b6421cec0f16",
    "artist": "Toshi Kubota",
    "artist_ids": [
        "c64faf7a-55bb-47bb-9c92-c037e25df9aa"
    ],
    "album": "Anthology, Volume 3",
    "release_id": null,
    "release_group_id": "376547df-5c9e-42b4-b284-324d23d51ee9",
    "labels": [
        "Grand Slam Records"
    ],
    "label_ids": [
        "68c06707-70e8-4468-a1fc-4ae13f389113"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toshi Kubota is a Japanese singer, songwriter, musician, music producer, and radio personality.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}