Information about plays

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

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

{
    "id": 3598276,
    "uri": "https://api.kexp.org/v2/plays/3598276/?format=api",
    "airdate": "2025-12-31T03:23:29-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Return Of The Mack (C&J Radio Edit)",
    "track_id": null,
    "recording_id": "63cf565d-6d0b-4d74-af99-7d4512346e0e",
    "artist": "Mark Morrison",
    "artist_ids": [
        "1ecc1f71-2512-442a-a85e-3c79d9ddc5cc"
    ],
    "album": "Return of the Mack",
    "release_id": null,
    "release_group_id": "57b6c179-7e0a-3c10-96d1-3e598ab60241",
    "labels": [
        "WEA Records"
    ],
    "label_ids": [
        "9cb71385-b33b-465b-bec6-72de85b6a7e1"
    ],
    "release_date": "1996-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song's beat is sampled from the song \"Genius of Love\" by American band Tom Tom Club. \"Games\" by Chuckii Booker was also sampled, as well as fragments from \"UFO\" by ESG, \"Rocket in the Pocket\" by Cerrone, and \"Feel The Heartbeat\" by The Treacherous Three. https://www.youtube.com/watch?v=WIw8p2GAnYs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}