Information about plays

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

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

{
    "id": 3543073,
    "uri": "https://api.kexp.org/v2/plays/3543073/?format=api",
    "airdate": "2025-08-21T22:59:24-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "https://coverartarchive.org/release/c544a90c-3c17-46a9-a010-eb5c2f781033/34552099827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c544a90c-3c17-46a9-a010-eb5c2f781033/34552099827-250.jpg",
    "song": "Summer Breeze",
    "track_id": null,
    "recording_id": "4730842f-82fd-4020-a0f4-934df3c8d5bc",
    "artist": "Ramsey Lewis",
    "artist_ids": [
        "fe19b809-e86c-4736-882a-53b72e23171b"
    ],
    "album": "Solar Wind",
    "release_id": null,
    "release_group_id": "f17d37f4-717d-4b61-ac6f-a0a0ea046d24",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}