Information about plays

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

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

{
    "id": 3551743,
    "uri": "https://api.kexp.org/v2/plays/3551743/?format=api",
    "airdate": "2025-09-11T15:08:39-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7219cdd-b2b4-4b3c-a3b1-efd483cb8391/29041387402-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7219cdd-b2b4-4b3c-a3b1-efd483cb8391/29041387402-250.jpg",
    "song": "Go Away From Here",
    "track_id": null,
    "recording_id": "6145e0e4-cad9-4ae7-bfed-61446dc27584",
    "artist": "Mutiny",
    "artist_ids": [
        "9b9606bc-5bba-4846-93f9-deee1c8df589"
    ],
    "album": "Mutiny on the Mamaship",
    "release_id": null,
    "release_group_id": "d3ec06d9-949c-3454-98e1-8efe1662c1ef",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mutiny was a funk band formed by Jerome \"Bigfoot\" Brailey, a drummer for George Clinton's P-Funk collective.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}