Information about plays

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

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

{
    "id": 3546616,
    "uri": "https://api.kexp.org/v2/plays/3546616/?format=api",
    "airdate": "2025-08-30T06:44:29-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Kitchen",
    "track_id": null,
    "recording_id": "ead9662a-366b-4b80-b768-f1f238c2f58c",
    "artist": "Moonchild Sanelly",
    "artist_ids": [
        "2f75ab54-9326-4e4b-835c-db38fe0de988"
    ],
    "album": "Full Moon",
    "release_id": null,
    "release_group_id": "bc3a2245-a198-428c-bac1-f88c28bf6f56",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2025-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}