Information about plays

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

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

{
    "id": 3427957,
    "uri": "https://api.kexp.org/v2/plays/3427957/?format=api",
    "airdate": "2024-11-20T19:50:51-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/38e7816b-6909-47cc-8933-2e47fb2010c3/12048716483-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38e7816b-6909-47cc-8933-2e47fb2010c3/12048716483-250.jpg",
    "song": "Tapir Song",
    "track_id": null,
    "recording_id": "3a9de86a-ecc7-42b0-be17-7dcc4c9173ba",
    "artist": "Bardo Pond",
    "artist_ids": [
        "2ad8bce1-8e55-48db-82ed-d98b52a3a13f"
    ],
    "album": "Amanita",
    "release_id": null,
    "release_group_id": "4c85e616-2122-3a74-bb24-47dc468f2f00",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Amanita muscaria, the mushroom after which their 1996 album is titled, has both poisonous and hallucinogenic properties. The implication is clear, but no over-the-top images appear on the album cover, nor do proselytizing lyrics blast you with mycological advocacy. The music is the drug, Bardo Pond convincingly insinuate.\"\n-https://pitchfork.com/reviews/albums/bardo-pond-amanita-25th-anniversary-edition/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}