Information about plays

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

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

{
    "id": 3583914,
    "uri": "https://api.kexp.org/v2/plays/3583914/?format=api",
    "airdate": "2025-11-28T03:49:17-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakfast",
    "track_id": "2d4672a8-b990-4dcd-9f75-3b2a6f330ade",
    "recording_id": "ff102f84-7e98-4f8a-8492-37e9defdd294",
    "artist": "Jodie Watts",
    "artist_ids": [
        "0dc32101-2ba2-4fb6-a83c-916ca4633193"
    ],
    "album": "Six By Three",
    "release_id": "08563bd0-dadc-4f5e-b832-5120a37591f3",
    "release_group_id": "8530a0a9-5012-4b67-83bd-af80e42d1e39",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}