Information about plays

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

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

{
    "id": 3532350,
    "uri": "https://api.kexp.org/v2/plays/3532350/?format=api",
    "airdate": "2025-07-27T09:25:11-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "https://coverartarchive.org/release/189910a0-0b7e-4e3f-a2f0-c4920f7ad5ea/18155808177-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/189910a0-0b7e-4e3f-a2f0-c4920f7ad5ea/18155808177-250.jpg",
    "song": "Song for Everyman",
    "track_id": null,
    "recording_id": "aad953b9-2586-4388-93b7-008d4bad9b97",
    "artist": "The New Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Hey, Love",
    "release_id": null,
    "release_group_id": "c7c00e53-67a8-353c-b95a-d6f8d9156ab6",
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terry Callier tune from the final album from the great Rotary Connection.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}