Information about plays

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

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

{
    "id": 3623171,
    "uri": "https://api.kexp.org/v2/plays/3623171/?format=api",
    "airdate": "2026-02-27T20:45:05-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thunda Thighs",
    "track_id": null,
    "recording_id": "85796578-bd20-40f7-aa9a-80875120129e",
    "artist": "Moonchild Sanelly",
    "artist_ids": [
        "2f75ab54-9326-4e4b-835c-db38fe0de988"
    ],
    "album": "Nüdes",
    "release_id": null,
    "release_group_id": "b25b2d0c-8459-423f-8111-a1df90328889",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moonchild Sanelly is a South African musician and dancer. She is known for her signature blue-colored hair and her self-created music genre called \"Future ghetto punk.\nhttps://www.instagram.com/moonchildsanelly/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}