Information about plays

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

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

{
    "id": 3617988,
    "uri": "https://api.kexp.org/v2/plays/3617988/?format=api",
    "airdate": "2026-02-15T18:49:03-08:00",
    "show": 65943,
    "show_uri": "https://api.kexp.org/v2/shows/65943/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff47bd51-362a-4441-b56e-9454d53db539/34705032278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff47bd51-362a-4441-b56e-9454d53db539/34705032278-250.jpg",
    "song": "Crazy",
    "track_id": null,
    "recording_id": "2d3cd5cc-c556-445d-af0b-24b4293473f1",
    "artist": "Carl Marshall & The S.D.'S",
    "artist_ids": [
        "045442df-ab42-4538-ba27-01178014d4ea",
        "927f446d-d2f3-4016-9a82-4355173c389b"
    ],
    "album": "Under The Influence, Volume One: A Collection of Rare Soul & Disco",
    "release_id": null,
    "release_group_id": "a1142662-29e0-45da-9534-7433c9c53069",
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2011-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}