Information about plays

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

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

{
    "id": 3626089,
    "uri": "https://api.kexp.org/v2/plays/3626089/?format=api",
    "airdate": "2026-03-06T17:49:26-08:00",
    "show": 66109,
    "show_uri": "https://api.kexp.org/v2/shows/66109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadow Over Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "TRON Ares: Divergence",
    "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": "Remixed by The Dare!!\n\nhttps://soundcloud.com/nineinchnails/shadow-over-me-the-dare-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}