Information about plays

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

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

{
    "id": 3597575,
    "uri": "https://api.kexp.org/v2/plays/3597575/?format=api",
    "airdate": "2025-12-29T10:24:21-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I'm In Your Arms",
    "track_id": null,
    "recording_id": "f36a1837-5ba9-4124-a025-3d0be698fd8a",
    "artist": "Cleo Sol",
    "artist_ids": [
        "37e87694-b263-4ff4-839f-463f78cfef54"
    ],
    "album": "Rose in the Dark",
    "release_id": null,
    "release_group_id": "b2f5ba57-8090-4b56-94fb-b69649a24aec",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cleo Sol was featured in the KEXP song of the day podcast: https://www.kexp.org/podcasts/song-of-the-day/2021/10/19/cleo-sol-dont-let-it-go-your-head/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}