Information about plays

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

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

{
    "id": 3600298,
    "uri": "https://api.kexp.org/v2/plays/3600298/?format=api",
    "airdate": "2026-01-04T18:21:53-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wanna Make It Good",
    "track_id": null,
    "recording_id": "458c877a-4f7e-4c90-91c8-89963c70b211",
    "artist": "Tyrone Davis",
    "artist_ids": [
        "c48ab37a-e9ee-491c-b370-e4cb8061ebb7"
    ],
    "album": "I Just Can't Keep On Going",
    "release_id": null,
    "release_group_id": "a2c549d1-9c06-42c5-8de3-85b2943d63e2",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tyrone Davis released \"Wanna Make It Good\" in 1980 on the album I Just Can't Keep On Going.\n\nIn his highly prolific career Tyrone Davis recorded more than 25 studio albums and scored three No.1 R&B hits at Billboard charts. Can I Change My Mind (1968), Turn Back The Hands Of Time (1970) and Turning Point (1975). Initially discovered by Carl Davis and signed at Dakar Records in 1968, he released more than 25 singles there, most of them produced by Willie Henderson. Mid 1970's he switched to Columbia where he recorded seven albums produced by Leo Graham. In 1982 he was signed at Highrise and in 1996 at Malaco Records. He was the brother of Jean Davis of Facts Of Life.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}