Information about plays

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

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

{
    "id": 3628647,
    "uri": "https://api.kexp.org/v2/plays/3628647/?format=api",
    "airdate": "2026-03-14T04:38:58-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://coverartarchive.org/release/57f46cb8-3b1b-4952-9922-46aaddb27e2b/3775052593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57f46cb8-3b1b-4952-9922-46aaddb27e2b/3775052593-250.jpg",
    "song": "My Clone Sleeps Alone",
    "track_id": null,
    "recording_id": "505dc17f-89a9-4b13-b78e-953e9707ac74",
    "artist": "Pat Benatar",
    "artist_ids": [
        "6bc658ea-005f-486b-8f94-33a2e40f7a72"
    ],
    "album": "In the Heat of the Night",
    "release_id": null,
    "release_group_id": "f952ac94-468c-34c6-bb6e-281bf878d2a3",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1979-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}