Information about plays

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

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

{
    "id": 3610324,
    "uri": "https://api.kexp.org/v2/plays/3610324/?format=api",
    "airdate": "2026-01-28T19:45:01-08:00",
    "show": 65780,
    "show_uri": "https://api.kexp.org/v2/shows/65780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helga Selzer",
    "track_id": null,
    "recording_id": "92109d23-9393-4647-b194-f59690c9d6f5",
    "artist": "Bernard Chabert",
    "artist_ids": [
        "a07a5bb6-25a7-4f20-b0a8-c76888136f07"
    ],
    "album": "L'homme de l'Univers",
    "release_id": null,
    "release_group_id": "95b2fc39-31f7-435e-b568-5ce45fa6f551",
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A - L'Homme De L'Univers = Neanderthal Man\nAccompanied By – Triangle (3)\nAdapted By – B. Chabert*\nWritten-By – E. Stewart*, K. Godley*, L. Crems*\n--\nB - Helga Selzer\nAdvisor [Conseiller Musical] – H. Rostaing*\nWritten-By – B. Chabert*\n\nhttps://www.discogs.com/release/5159794-Bernard-Chabert-LHomme-De-LUnivers-Helga-Selzer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}