Information about plays

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

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

{
    "id": 3576134,
    "uri": "https://api.kexp.org/v2/plays/3576134/?format=api",
    "airdate": "2025-11-09T19:26:27-08:00",
    "show": 65067,
    "show_uri": "https://api.kexp.org/v2/shows/65067/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next Time I Fall In Love Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Samuel Anderson",
    "artist_ids": [],
    "album": "The Next Time I Fall In Love Again",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mart Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samuel Anderson released \"Next Time I Fall In Love Again\" on the LP of the same name in 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}