Information about plays

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

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

{
    "id": 3599876,
    "uri": "https://api.kexp.org/v2/plays/3599876/?format=api",
    "airdate": "2026-01-03T22:03:45-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "https://coverartarchive.org/release/db28c3ee-ab2f-458a-8684-73a1aa6d4265/12016720714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db28c3ee-ab2f-458a-8684-73a1aa6d4265/12016720714-250.jpg",
    "song": "Lost The Ride",
    "track_id": null,
    "recording_id": "51fd2dc5-080a-4701-8fef-8207b2563879",
    "artist": "Inepsy",
    "artist_ids": [
        "3d3844eb-f147-49c5-a806-1c79ac77ffce"
    ],
    "album": "Rock'n'Roll Babylon",
    "release_id": null,
    "release_group_id": "a7651c6c-f708-3bf6-be68-6f0c506619b4",
    "labels": [
        "Feral Ward"
    ],
    "label_ids": [
        "bb516e5d-4f38-4fcb-b3e3-cc6814f30593"
    ],
    "release_date": "2003-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out a really cool article about Inepsy by following the link below:\n\nhttps://daily.bandcamp.com/features/inepsy-reissue-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}