Information about plays

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

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

{
    "id": 3550251,
    "uri": "https://api.kexp.org/v2/plays/3550251/?format=api",
    "airdate": "2025-09-08T02:14:52-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/8cef4def-a484-44af-94f9-62c647dfde09/7618888404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8cef4def-a484-44af-94f9-62c647dfde09/7618888404-250.jpg",
    "song": "Bubbles",
    "track_id": null,
    "recording_id": "dc315fb5-6d81-48d7-8ab7-749981ce29cc",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Man-Child",
    "release_id": null,
    "release_group_id": "0d5158e8-f43f-3dff-b632-d5cf81bd49a3",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}