Information about plays

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

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

{
    "id": 3657282,
    "uri": "https://api.kexp.org/v2/plays/3657282/?format=api",
    "airdate": "2026-05-20T15:16:23-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Your Time (Do It Right) (LTNG Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "The S.O.S. Band",
    "artist_ids": [
        "39515237-2d70-436a-800c-fcbac974bec4"
    ],
    "album": "Take Your Time (Do It Right)",
    "release_id": null,
    "release_group_id": "24e8c46b-c624-4695-bf91-7b7061740887",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1980-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by Black Sheep in the previous song.  \"Strobelite Honey.\" (They weren't alone--\"Take Your Time\" has been sampled at least 80 times and covered more than ten times.)\n--\nThe S.O.S. Band ( Sounds of Success) is an American R&B and electro-funk group formed in Atlanta, Georgia, in 1977.:  https://www.pmusicgroup.com/client/the-s-o-s-band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}