Information about plays

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

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

{
    "id": 3634872,
    "uri": "https://api.kexp.org/v2/plays/3634872/?format=api",
    "airdate": "2026-03-28T22:08:22-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aquaman",
    "track_id": null,
    "recording_id": "b7b2c871-6a04-4700-a142-3d9a6cda217c",
    "artist": "Chemical People",
    "artist_ids": [
        "fad99809-a9a0-4bbf-87db-d0d4e488b831"
    ],
    "album": "Ten Fold Hate",
    "release_id": null,
    "release_group_id": "a3616a14-27d9-336e-9150-d25ec00d058b",
    "labels": [
        "Cruz Records"
    ],
    "label_ids": [
        "c9789f62-3d69-464a-a5fe-63309ab13275"
    ],
    "release_date": "1989-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}