Information about plays

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

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

{
    "id": 3628257,
    "uri": "https://api.kexp.org/v2/plays/3628257/?format=api",
    "airdate": "2026-03-13T01:00:59-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5c3b802-19a0-41e2-a4d0-642014a69bf6/15728721715-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5c3b802-19a0-41e2-a4d0-642014a69bf6/15728721715-250.jpg",
    "song": "One Step Ahead",
    "track_id": null,
    "recording_id": "185ccc2e-5493-4542-addd-1947f06d8967",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "A Bit of Soul",
    "release_id": null,
    "release_group_id": "37f64373-8192-4a03-a8fd-ca6b20d47d27",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2011-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, written by Charles Singleton and Eddie Snyder, tells of a woman unable to stop herself from falling in love again with a former flame. Yasiin Bey used it to tell his own story about being stuck on a former flame in \"Ms, Fat Booty.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}