Information about plays

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

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

{
    "id": 3595172,
    "uri": "https://api.kexp.org/v2/plays/3595172/?format=api",
    "airdate": "2025-12-24T02:49:47-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re a Mean One, Mr. Grinch",
    "track_id": null,
    "recording_id": "a6043d0c-aead-47db-a438-a28af705b889",
    "artist": "Tyler, The Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "Dr. Seuss’ The Grinch (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": "acea829b-3f67-4854-8e1b-9a3cbb571575",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You're a Mean One, Mr. Grinch\" is a popular Christmas song, and Tyler, The Creator famously covered it for the 2018 Dr. Seuss' The Grinch movie soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}