Information about plays

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

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

{
    "id": 3588330,
    "uri": "https://api.kexp.org/v2/plays/3588330/?format=api",
    "airdate": "2025-12-08T02:42:09-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Ever Leave Me",
    "track_id": null,
    "recording_id": "59476149-d438-4fd6-82ca-dcfce80b737b",
    "artist": "Keith Jarrett",
    "artist_ids": [
        "061c4920-3ea6-4835-98f6-02f3b82f5e3a"
    ],
    "album": "The Melody at Night, With You",
    "release_id": null,
    "release_group_id": "6d6a83dd-05ac-3de1-887f-e0da7a603532",
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "1999-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}