Information about plays

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

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

{
    "id": 3553902,
    "uri": "https://api.kexp.org/v2/plays/3553902/?format=api",
    "airdate": "2025-09-16T20:52:06-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe",
    "track_id": null,
    "recording_id": null,
    "artist": "O'o",
    "artist_ids": [
        "2bd6fa35-66c4-4fb1-976f-98cf423cd1c3"
    ],
    "album": "More Wishes, Less Bones",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There is an undeniable affinity between O'o and its ornithological namesake, the Ō'Ō, a bird native to Hawaii, renowned for the melody of its song and its mysterious harmonies.\n\nComposed by Victoria Suter and Mathieu Daubigné, two childhood friends, the duo use French and English mixing experimental pop, electronica and \"chanson\"\n\nhttps://o-o-music.bandcamp.com/track/maybe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}