Information about plays

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

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

{
    "id": 3523080,
    "uri": "https://api.kexp.org/v2/plays/3523080/?format=api",
    "airdate": "2025-07-05T18:31:40-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/890f28e5-5efd-4d6c-a1c1-b4abe4a619a9/24225903211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/890f28e5-5efd-4d6c-a1c1-b4abe4a619a9/24225903211-250.jpg",
    "song": "Oceanbound",
    "track_id": null,
    "recording_id": "e5c5cd08-ff59-4984-b43a-febc267583ec",
    "artist": "764-HERO",
    "artist_ids": [
        "c8c21975-7d9e-4eb9-802f-ded3d7493fbf"
    ],
    "album": "Nobody Knows This Is Everywhere",
    "release_id": null,
    "release_group_id": "3858fa9a-1418-35fa-889c-55f452445bfc",
    "labels": [
        "Tiger Style"
    ],
    "label_ids": [],
    "release_date": "2002-04-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "764-HERO was an indie rock band from Seattle, Washington. They were active from 1995 to 2002. The group released four albums and several other releases, including a collaborative single with their frequent touring partners Modest Mouse.\n\nhttps://764-hero.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}