Information about plays

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

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

{
    "id": 3566525,
    "uri": "https://api.kexp.org/v2/plays/3566525/?format=api",
    "airdate": "2025-10-17T22:48:36-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "https://coverartarchive.org/release/b29372ff-92c5-4acf-a25b-38f63f390e72/43317874585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b29372ff-92c5-4acf-a25b-38f63f390e72/43317874585-250.jpg",
    "song": "Lady (Just tha Beat mix)",
    "track_id": null,
    "recording_id": "7de5a733-a84f-4229-9c69-e32b2bfb874b",
    "artist": "D’Angelo feat. AZ",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a",
        "0506bf37-90d7-4654-9585-b4800dc945d5"
    ],
    "album": "Brown Sugar",
    "release_id": null,
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix by DJ Premier, legendary producer who made half of the duo Gang Starr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}