Information about plays

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

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

{
    "id": 3622949,
    "uri": "https://api.kexp.org/v2/plays/3622949/?format=api",
    "airdate": "2026-02-27T09:52:38-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buffalo Stance",
    "track_id": "1f03bfb0-ebda-3ddb-9e6d-6319c7443777",
    "recording_id": "2900b938-6c05-4bc4-a8f6-a448ab6ea446",
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Raw Like Sushi",
    "release_id": "8c16f543-94f0-34b6-a8f2-b1d6ab7db0e2",
    "release_group_id": "daf52bf4-9abf-353e-b226-ef69e1f3e95d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She was born Neneh Mariann Karlsson in Stockholm to a Swedish artist and a West African musician, trumpeter Don Cherry.\nHere's a biography of the artist and the story behind this song: https://articles.roland.com/buffalo-stance-neneh-cherry/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}