Information about plays

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

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

{
    "id": 3656595,
    "uri": "https://api.kexp.org/v2/plays/3656595/?format=api",
    "airdate": "2026-05-19T00:04:59-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7fe4933-dda8-4c09-82f2-03524084b2f2/44245404365-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7fe4933-dda8-4c09-82f2-03524084b2f2/44245404365-250.jpg",
    "song": "Europe",
    "track_id": null,
    "recording_id": "856de9c4-49ef-48c0-9096-1994ac8e1cd7",
    "artist": "The Necessaries",
    "artist_ids": [
        "92a0c9d8-0bba-42b0-97e9-8837a32d9f64"
    ],
    "album": "Completely Necessary (Anthology 1978-1982)",
    "release_id": null,
    "release_group_id": "0ca8255c-ed9e-45a4-be7f-193bb71f5561",
    "labels": [
        "Omnivore"
    ],
    "label_ids": [],
    "release_date": "2026-01-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Awesome compiled recordings by the NYC art-rock group (with Arthur Russell and Ernie Brooks!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}