Information about plays

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

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

{
    "id": 3582789,
    "uri": "https://api.kexp.org/v2/plays/3582789/?format=api",
    "airdate": "2025-11-25T13:09:23-08:00",
    "show": 65208,
    "show_uri": "https://api.kexp.org/v2/shows/65208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Onwards",
    "track_id": null,
    "recording_id": null,
    "artist": "Officer John",
    "artist_ids": [
        "bdbe7597-1768-424b-b0e3-255d9522803c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Officer John is the solo project from Dublin's Niall Rogers. His blend of blurry shoegaze and baggy nostalgia drifts between hazy introspection and dance-tinged euphoria. \n\nhttps://wahwahwino.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}