Information about plays

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

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

{
    "id": 3545196,
    "uri": "https://api.kexp.org/v2/plays/3545196/?format=api",
    "airdate": "2025-08-26T19:56:24-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Osondu",
    "track_id": null,
    "recording_id": "1d2ddb79-343a-408e-b33d-8c0f42359258",
    "artist": "The Cavemen",
    "artist_ids": [
        "24683d0f-a3f3-4d32-b113-7d71933237a4"
    ],
    "album": null,
    "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": "The Cavemen are a Nigerian highlife band consisting of sibling duo Kingsley Okorie, a bassist, and Benjamin James, a drummer. They were discovered by Lady Donli and are known for their live performances. They won the 2020 Headies Award for the Best Alternative Album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}