Information about plays

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

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

{
    "id": 3589765,
    "uri": "https://api.kexp.org/v2/plays/3589765/?format=api",
    "airdate": "2025-12-11T13:00:57-08:00",
    "show": 65347,
    "show_uri": "https://api.kexp.org/v2/shows/65347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear Not for Man",
    "track_id": null,
    "recording_id": "fed3988a-df8a-4170-802e-f192134a519e",
    "artist": "Fela Kuti, Africa 70",
    "artist_ids": [],
    "album": "Fear Not for Man",
    "release_id": null,
    "release_group_id": "0770f39d-6a9e-3d93-b9c9-f410d9c62e3e",
    "labels": [
        "Barclay"
    ],
    "label_ids": [
        "d059553b-0f1f-4e81-ada6-c7eb804b9465"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Multiple elements of this song were sampled in Yasiin Bey's \"Fear Not of Man\" from his 1999 debut album, \"Black on Both Sides.\"\n--\nThe great Fela Kuti was a Nigerian musician and activist who launched a modern style of music called Afro-beat, which fused American blues, jazz, and funk with traditional Yoruba music. Learn more about him from this Britannica article: https://www.britannica.com/biography/Fela-Kuti",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}