Information about plays

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

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

{
    "id": 3625445,
    "uri": "https://api.kexp.org/v2/plays/3625445/?format=api",
    "airdate": "2026-03-05T02:08:50-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At We Feet",
    "track_id": null,
    "recording_id": null,
    "artist": "Protoje",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "At We Feet",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Protoje performs May 13 at Showbox (Market) in Seattle. \"'Third Time's The Charm' concludes this trilogy of albums that directly focus on my study of time and how important it is to make sure what you’re doing is fulfilling you in every way.\" Video: https://youtu.be/aY9J0_gjF6k https://soundcloud.com/protoje/late-at-night-feat-lila-ike http://www.protoje.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}