Information about plays

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

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

{
    "id": 3628012,
    "uri": "https://api.kexp.org/v2/plays/3628012/?format=api",
    "airdate": "2026-03-12T06:23:27-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Your Groove Thing",
    "track_id": null,
    "recording_id": "4b1dd6fb-5873-42c8-87f8-b70440c7eab2",
    "artist": "Peaches & Herb",
    "artist_ids": [
        "8423b7a8-4e6a-4c78-aa51-5e39764af467"
    ],
    "album": "2 Hot!",
    "release_id": null,
    "release_group_id": "d5bf60e2-6f6d-3fac-b30b-558cdb429bed",
    "labels": [
        "Time–Life Music"
    ],
    "label_ids": [
        "3a657e07-7f99-4baf-ab3b-53cdc941d73b"
    ],
    "release_date": "1978-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}