Information about plays

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

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

{
    "id": 3566464,
    "uri": "https://api.kexp.org/v2/plays/3566464/?format=api",
    "airdate": "2025-10-17T19:20:10-07:00",
    "show": 64860,
    "show_uri": "https://api.kexp.org/v2/shows/64860/?format=api",
    "image_uri": "https://ia800304.us.archive.org/24/items/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079-4839047375_thumb500.jpg",
    "thumbnail_uri": "https://ia600304.us.archive.org/24/items/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079-4839047375_thumb250.jpg",
    "song": "Jonz in My Bonz",
    "track_id": "9da0f01a-f69c-3c6a-a41d-c225bbfead34",
    "recording_id": "129d5521-7bd4-448d-a208-75970802f705",
    "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": "Angie Stone co-wrote this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}