Information about plays

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

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

{
    "id": 3545593,
    "uri": "https://api.kexp.org/v2/plays/3545593/?format=api",
    "airdate": "2025-08-27T19:10:25-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bf3bcae-7421-48e5-a1dd-03e3fb1653ee/28682063762-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bf3bcae-7421-48e5-a1dd-03e3fb1653ee/28682063762-250.jpg",
    "song": "Fallin’ Stars End",
    "track_id": null,
    "recording_id": "efa4a4da-45c3-4e35-adf8-d145b8d118cb",
    "artist": "White Heaven",
    "artist_ids": [
        "44f2c4a8-95e3-4eb4-9a95-ca2242b02d0b"
    ],
    "album": "Out",
    "release_id": null,
    "release_group_id": "91edf156-91a3-40f2-92eb-a57386ebd2bf",
    "labels": [
        "P.S.F. Records"
    ],
    "label_ids": [
        "1d1685d5-166a-40b1-8c5d-63f1125d6c58"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Marco in San Antonio!\n--\n'Out' is White Heaven's debut album released in 1991 via Tokyo’s P.S.F. Records and has become a rare record to obtain, outside of Japan especially, due to its 500 LP pressings.\n\nhttps://whiteheaven.bandcamp.com/album/out",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}