Information about plays

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

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

{
    "id": 3633318,
    "uri": "https://api.kexp.org/v2/plays/3633318/?format=api",
    "airdate": "2026-03-25T01:22:26-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f2127f8-9d06-49fb-8e03-d8d650722f1e/24186460011-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f2127f8-9d06-49fb-8e03-d8d650722f1e/24186460011-250.jpg",
    "song": "He Wasn’t Man Enough",
    "track_id": null,
    "recording_id": "435006d2-aaad-4e03-9f3e-f2e5040b94f9",
    "artist": "Toni Braxton",
    "artist_ids": [
        "3c8a8696-e176-4c46-a2d3-48b6b1525c7f"
    ],
    "album": "The Heat",
    "release_id": null,
    "release_group_id": "f0fbefee-5f2f-3995-89d7-2c6db5ed69ca",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2000-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"He Wasn't Man Enough\" is a song by American singer Toni Braxton. It was written by Rodney \"Darkchild\" Jerkins (he gets a shoutout at the top of the song) Fred Jerkins III, LaShawn Daniels, and Harvey Mason, Jr. for her third studio album, The Heat (2000) https://www.youtube.com/watch?v=9_hKXk2qSuw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}