Information about plays

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

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

{
    "id": 3583180,
    "uri": "https://api.kexp.org/v2/plays/3583180/?format=api",
    "airdate": "2025-11-26T09:47:50-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Astronaut",
    "track_id": "97c50cc6-ace0-4d0d-9875-6997e8645552",
    "recording_id": "74c9fbf1-ecc4-4dab-aa17-a42a86f6279f",
    "artist": "Phoebe Rings",
    "artist_ids": [
        "b76ba63e-a131-4f43-8f03-8533954b7729"
    ],
    "album": "Astronaut",
    "release_id": "ec8e1233-ce8e-4fe8-849b-8f35259b3aee",
    "release_group_id": "0c14ef0d-3da6-490a-9215-5b0f50b524a4",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More new music! Dream pop band Phoebe Rings out of Aukland, New Zealand covering Beach House. Reimagined with pedal steel, omnichord, and lush vocals, highlighting the shared dream-pop DNA and celestial themes connecting both bands. https://tinyurl.com/yuypmv6y\n\nhttps://www.phoeberings.com/\nhttps://phoeberings.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}