Information about plays

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

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

{
    "id": 3629052,
    "uri": "https://api.kexp.org/v2/plays/3629052/?format=api",
    "airdate": "2026-03-15T00:26:29-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d98d1bf-9f0b-45a1-b305-c31ebb8e9863/31211655539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d98d1bf-9f0b-45a1-b305-c31ebb8e9863/31211655539-250.jpg",
    "song": "Obscure Infinity",
    "track_id": null,
    "recording_id": "ff8c2330-dedb-4812-ad06-d8931c1d7fae",
    "artist": "Grave",
    "artist_ids": [
        "13991835-5e66-4fdd-aad3-211e8129c599"
    ],
    "album": "Into the Grave",
    "release_id": null,
    "release_group_id": "e4cea226-7d62-3c51-a0db-e5c9a1275273",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "1991-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some Grave members were involved in Bajen Death Cult.  They will be performing at MDF this year.\n\nhttps://centurymedia.bandcamp.com/album/into-the-grave-tremendous-pain-ep\nhttps://deathfests.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}