Information about plays

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

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

{
    "id": 3658771,
    "uri": "https://api.kexp.org/v2/plays/3658771/?format=api",
    "airdate": "2026-05-24T00:10:28-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7d63f71-ea10-4532-9538-38a188a5fd3e/15519530477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7d63f71-ea10-4532-9538-38a188a5fd3e/15519530477-250.jpg",
    "song": "The Juggler",
    "track_id": null,
    "recording_id": "00f6e026-869c-4ed1-b29d-2aa82288a060",
    "artist": "ANTHEM",
    "artist_ids": [
        "b4a99553-a46f-40e7-b371-ba144b5859f3"
    ],
    "album": "Hunting Time",
    "release_id": null,
    "release_group_id": "80d90e0e-1641-3dfb-a70b-3ec6e507f591",
    "labels": [
        "NEXUS"
    ],
    "label_ids": [
        "35b927af-46db-479e-ad2a-b3db850fff49"
    ],
    "release_date": "1989-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An almost \"on this day\" Japanese heavy metal pioneers Anthem released their fourth studio album, Hunting Time, on May 21, 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}