Information about plays

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

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

{
    "id": 3674484,
    "uri": "https://api.kexp.org/v2/plays/3674484/?format=api",
    "airdate": "2026-06-30T10:58:50-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy",
    "track_id": "4d0d36a3-4c7c-4331-9517-28ba6c253915",
    "recording_id": "e3f62ae3-e0e5-4287-bcc0-dd13f8764db8",
    "artist": "Gelbison",
    "artist_ids": [
        "72732f0a-8b34-4626-963e-1aeb9610db56"
    ],
    "album": "See The World",
    "release_id": "1f13c1cc-3d37-4fa1-beb1-baaa7d9e444d",
    "release_group_id": "c2fe9ad0-e705-354c-b93b-4571355bf1db",
    "labels": [
        "EMI Music Australia Pty. Limited"
    ],
    "label_ids": [
        "f1f3f02c-621a-4ea5-b1e0-81f5d4e8a595"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gelbison were formed in 2000 in Sydney by Pete Farley on bass guitar, horns and backing vocals; Dave Galafassi on drums; Edo Kahn on vocals and guitar; and his brother, Nadav Kahn, on vocals, harp and keyboards. \n--\nGo back in time for a 2002 early interview with the band: https://tomatrax.wordpress.com/2015/05/17/500th-wordpress-entry-interview-with-gelbison/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}