Information about plays

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

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

{
    "id": 3628534,
    "uri": "https://api.kexp.org/v2/plays/3628534/?format=api",
    "airdate": "2026-03-13T21:56:21-07:00",
    "show": 66172,
    "show_uri": "https://api.kexp.org/v2/shows/66172/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f50290a-9471-4a46-b90d-172ad9103b56/36417272619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f50290a-9471-4a46-b90d-172ad9103b56/36417272619-250.jpg",
    "song": "All Over You",
    "track_id": null,
    "recording_id": "674019fc-10a8-4d0a-a5ce-da44e03836b5",
    "artist": "Guchi",
    "artist_ids": [
        "452599fd-330a-48ee-8340-175cc4f97660"
    ],
    "album": "All over You / Mon Bebe",
    "release_id": null,
    "release_group_id": "8ebdfaa5-9994-4574-99fd-56c6872683c8",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guchi, has consistently delivered songs that have gained her a loyal fanbase, and this latest release is no exception. Meanwhile, she has also been making waves with her unique sound and has become one of the most promising female singers in the Nigerian music industry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}