Information about plays

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

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

{
    "id": 3552264,
    "uri": "https://api.kexp.org/v2/plays/3552264/?format=api",
    "airdate": "2025-09-12T22:26:10-07:00",
    "show": 64545,
    "show_uri": "https://api.kexp.org/v2/shows/64545/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Higher Vibrations",
    "track_id": null,
    "recording_id": "8476dbb2-32ec-49a2-9075-e9ae19182f42",
    "artist": "Tay Sean",
    "artist_ids": [
        "601b1266-34d7-4ff1-a5b2-a0a1b8276aec"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://taysean.bandcamp.com/album/leavings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}