Information about plays

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

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

{
    "id": 3580453,
    "uri": "https://api.kexp.org/v2/plays/3580453/?format=api",
    "airdate": "2025-11-20T01:16:48-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something",
    "track_id": null,
    "recording_id": null,
    "artist": "Megatronic",
    "artist_ids": [
        "c91b42b4-59f7-4196-8bda-5545aad608b9"
    ],
    "album": "There's Truth in Gospel EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Billed as 'A Modern-Day Congregation on the Dancefloor,' the latest EP from London-based DJ/producer Megatronic (aka Megane Quashie) is a jubilant set of soulful, gospel-flavored house grooves carried by Megatronic’s infectious club-ready rhythms and stirring vocal contributions from Philadelphia singer Fawziyya Heart, NYC singer Chiqo Casidi, and versatile NYC musician Aku Orraca-Tetteh who’s previously collaborated with Santigold, Florence & The Machine, TV on the Radio, and more.\" -- KEXP's Associate Music Director Alex Ruder www.kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}