Information about plays

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

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

{
    "id": 3578307,
    "uri": "https://api.kexp.org/v2/plays/3578307/?format=api",
    "airdate": "2025-11-15T01:45:35-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/743834d9-3532-4b6e-8c28-723af92b69af/41384426395-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/743834d9-3532-4b6e-8c28-723af92b69af/41384426395-250.jpg",
    "song": "Don't Fear the Reaper",
    "track_id": null,
    "recording_id": "8e6f808c-38db-4bce-aad1-1dc4107ee3f8",
    "artist": "Rosetta Stone",
    "artist_ids": [
        "64e16898-97be-4b7d-af5e-d114f710005b"
    ],
    "album": "Nothing Is Sacred",
    "release_id": null,
    "release_group_id": "2ab96ad9-d9b9-4758-a463-a6c322be4f26",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://rosettastoneuk.bandcamp.com/album/nothing-is-sacred",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}