Information about plays

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

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

{
    "id": 3617432,
    "uri": "https://api.kexp.org/v2/plays/3617432/?format=api",
    "airdate": "2026-02-14T15:58:44-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Cry",
    "track_id": "b86c92fd-f7d6-3de8-8d18-910867f399f1",
    "recording_id": "a833c391-08f7-4901-920c-2a2f0d681142",
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "There Is Love in You",
    "release_id": "8b2abdde-9acb-44dd-84de-42592224123a",
    "release_group_id": "36e5c63b-be92-4717-acfe-a70e58e448c8",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2010-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}