Information about plays

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

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

{
    "id": 3617163,
    "uri": "https://api.kexp.org/v2/plays/3617163/?format=api",
    "airdate": "2026-02-13T23:50:30-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ballin’ Outta Control",
    "track_id": null,
    "recording_id": "428c77dd-e5ed-459b-b2f8-168f759e7cdf",
    "artist": "Levitti, E‐40",
    "artist_ids": [
        "a8920e95-f76b-4ff4-bb3d-8350313ce4cd",
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f"
    ],
    "album": "The Mail Man",
    "release_id": null,
    "release_group_id": "ec7a0e44-f4a6-38ba-adeb-8281305c9d0d",
    "labels": [
        "Sick Wid’ It Records"
    ],
    "label_ids": [
        "f7097d96-1635-479e-b7c0-279380de0589"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}