Information about plays

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

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

{
    "id": 3592142,
    "uri": "https://api.kexp.org/v2/plays/3592142/?format=api",
    "airdate": "2025-12-17T04:25:09-08:00",
    "show": 65399,
    "show_uri": "https://api.kexp.org/v2/shows/65399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feels Like Heaven (Utah Saints Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "VLURE",
    "artist_ids": [
        "d4bc4880-00d6-4e38-95fa-e84ea4737899"
    ],
    "album": "Escalate",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music For Nations"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Escalate’ is a 13 track collection that is the proudly, loudly, avowedly now sound of VLURE’s hometown. The thrills and spills of Glasgow – its daylight and its nightlife and its afterparties – provide the pulse and heartbeat of Escalate. https://www.youtube.com/watch?v=zMBalUlHPwk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}