Information about plays

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

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

{
    "id": 3594307,
    "uri": "https://api.kexp.org/v2/plays/3594307/?format=api",
    "airdate": "2025-12-22T03:42:30-08:00",
    "show": 65445,
    "show_uri": "https://api.kexp.org/v2/shows/65445/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wenu Weychan",
    "track_id": null,
    "recording_id": null,
    "artist": "Mawiza",
    "artist_ids": [
        "a1ce350f-785a-452c-b7c9-1a6d8bf64239"
    ],
    "album": "UI",
    "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": "Mapuche\n--\nMAWIZA is a Season Of Mist recording artist from Wallmapu, sacred lands of South America, singing in its native language, Mapuzungun and playing metal mixed with traditional Mapuche folk music\n.https://mawizakvlt.bandcamp.com/album/l",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}