Information about plays

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

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

{
    "id": 3521968,
    "uri": "https://api.kexp.org/v2/plays/3521968/?format=api",
    "airdate": "2025-07-03T05:35:49-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alright",
    "track_id": "b9be4fda-126a-3525-ae35-3c6116991621",
    "recording_id": "a58a8779-0bc3-42cd-83fc-3fd17aeea4ae",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Brown Sugar",
    "release_id": "4ad0b48f-29c8-3e57-b55e-33b097190079",
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo's debut album Brown Sugar was released on this day in 1995.\n\n“Alright” was written by D’Angelo and produced by D’Angelo and Raphael Saadiq. It was nominated for a Grammy Award in 1997 for Best Male R&B Vocal Performance.\n\n It sampled The Temprees' \"Explain It to Her Mama.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}