Information about plays

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

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

{
    "id": 3598761,
    "uri": "https://api.kexp.org/v2/plays/3598761/?format=api",
    "airdate": "2026-01-01T09:17:07-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Landed",
    "track_id": "dec820f2-cc84-4b81-a4bb-c6c402b55e33",
    "recording_id": "52b014b6-f30a-4217-94f4-872aaa03aad9",
    "artist": "Ben Folds",
    "artist_ids": [
        "51b7f46f-6c0f-46f2-9496-08c9ec2624d4"
    ],
    "album": "Songs for Silverman",
    "release_id": "34e8e329-a618-4edb-9506-876f3926ae00",
    "release_group_id": "7b976502-ad58-3749-afa8-968f8659abdb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Landed\" was the first single from Ben Folds' 2005 album \"Songs for Silverman.\" Watch him perform it live at the Kennedy Center: https://www.youtube.com/watch?v=45kwLgvlNBs.\n\nhttps://www.benfolds.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}