Information about plays

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

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

{
    "id": 3631521,
    "uri": "https://api.kexp.org/v2/plays/3631521/?format=api",
    "airdate": "2026-03-20T15:32:43-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ides of March",
    "track_id": null,
    "recording_id": "3a3265d8-ded3-421b-b515-559db0fad6ed",
    "artist": "Flower Face",
    "artist_ids": [
        "24db1f15-509d-48a4-a410-b33fe131878b"
    ],
    "album": "Girl Prometheus",
    "release_id": null,
    "release_group_id": "6d0c6a0c-fedf-4828-96d2-f5ab330c8dbc",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ontario artist Flower Face says this about her album 'Girl Prometheus':\n\"This year I’ve been writing in a way that feels transcendent. This sounds cliché, but it’s almost like finding religion. For the first time, I dove headfirst into creation and let everything else go.\" Read more on her Bandcamp page.\n\nhttps://flowerface.bandcamp.com\nhttps://www.flowerface.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}