Information about plays

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

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

{
    "id": 3594315,
    "uri": "https://api.kexp.org/v2/plays/3594315/?format=api",
    "airdate": "2025-12-22T04:12:48-08:00",
    "show": 65445,
    "show_uri": "https://api.kexp.org/v2/shows/65445/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christopher Columbus",
    "track_id": null,
    "recording_id": null,
    "artist": "XIT",
    "artist_ids": [
        "38570475-bb2d-4250-8424-c97739a502f2"
    ],
    "album": "Relocation",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Various Native American\n--\nXIT was a Native American rock band that recorded two albums on the Rare Earth label and opened for the likes of ZZ Top, Joe Cocker, and the Beach Boys before being banned on the radio by the United States government.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}