Information about plays

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

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

{
    "id": 3598846,
    "uri": "https://api.kexp.org/v2/plays/3598846/?format=api",
    "airdate": "2026-01-01T14:06:29-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Beat of My Heart",
    "track_id": "f8533476-c54a-3033-8942-d9c88f9e2dc7",
    "recording_id": "b12865c1-9522-4754-92f3-1ee88baea18d",
    "artist": "Gladys Knight & The Pips",
    "artist_ids": [
        "ca825016-f7fd-4ccf-a523-6ee36ea88828"
    ],
    "album": "Sweet Soul Music: 31 Scorching Classics From 1961",
    "release_id": "1537b817-e96e-4701-8378-a21fbb70ab2a",
    "release_group_id": "0a04cb06-1a45-328a-aaa7-0c1173529d67",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Every Beat of My Heart\" is a rhythm and blues song written by Johnny Otis. It was first recorded in 1952 by his group, the Royals (later known as the Midnighters).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}