Information about plays

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

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

{
    "id": 3582901,
    "uri": "https://api.kexp.org/v2/plays/3582901/?format=api",
    "airdate": "2025-11-25T18:10:57-08:00",
    "show": 65209,
    "show_uri": "https://api.kexp.org/v2/shows/65209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe and Stop",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Bacon",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Bacon is back with a new spin on Breathe & Stop. Bacon’s remix brings the funk to your face with an infectious guitar line, blaring horns and sampled African vocals for the hook.\nhttps://www.djbacon.com.au/product/breathe-stop-wheelz-of-steel-bbr-060-01",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}