Information about plays

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

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

{
    "id": 3634388,
    "uri": "https://api.kexp.org/v2/plays/3634388/?format=api",
    "airdate": "2026-03-27T21:13:18-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Babalawo",
    "track_id": null,
    "recording_id": "60d3a1d6-adee-47bb-bd2e-8c0146fd7a15",
    "artist": "Shadow Abraham With Mono Mono Friends",
    "artist_ids": [
        "d0f4fe21-ec4b-4518-b5fb-936e33aa4897"
    ],
    "album": "Wake Up You! Vol. 2: The Rise & Fall of Nigerian Rock Music 1972-1977",
    "release_id": null,
    "release_group_id": "6f4b5729-b0d7-4cdd-95fa-bd8330f8c133",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shadow Abraham with Mono Mono Friends is a Nigerian musical group known for their highlife and afro-beat sounds, particularly their work from the 1970s. They released a 7-inch single in 1974 featuring the tracks \"Babalawo\" and \"Omo Yen Wu Mi\". The group's music is available on various platforms, including Spotify, Apple Music, and Discogs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}