Information about plays

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

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

{
    "id": 3550220,
    "uri": "https://api.kexp.org/v2/plays/3550220/?format=api",
    "airdate": "2025-09-08T00:08:07-07:00",
    "show": 64504,
    "show_uri": "https://api.kexp.org/v2/shows/64504/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guilt Garden",
    "track_id": null,
    "recording_id": "912979ad-a418-454e-a893-fb0ad4f9831c",
    "artist": "Dregs",
    "artist_ids": [
        "f7a7549f-4df2-46ea-bef5-cf01ab5b30e3"
    ],
    "album": "Dregs",
    "release_id": null,
    "release_group_id": "57c0c422-2650-4440-a19a-5babcf1f1348",
    "labels": [
        "Mud"
    ],
    "label_ids": [
        "751bf85f-0d15-4264-8af8-e8e02511bf4f"
    ],
    "release_date": "2023-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}