Information about plays

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

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

{
    "id": 3577479,
    "uri": "https://api.kexp.org/v2/plays/3577479/?format=api",
    "airdate": "2025-11-13T02:23:19-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/54d00599-a2b6-4676-a5bb-328319c23a11/21181383838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54d00599-a2b6-4676-a5bb-328319c23a11/21181383838-250.jpg",
    "song": "Baby Got Back",
    "track_id": null,
    "recording_id": "ad8d1cf5-eae7-4de5-8713-4ac0d0a8f950",
    "artist": "Sir Mix‐A‐Lot",
    "artist_ids": [
        "05539fb8-b7a5-4012-97a9-5e27ddc031fb"
    ],
    "album": "Mack Daddy",
    "release_id": null,
    "release_group_id": "5cdd45c8-7441-34ac-b22f-9103c7dedc3f",
    "labels": [
        "Def American Recordings"
    ],
    "label_ids": [
        "e45bca92-5845-46ec-af58-743bbea31e69"
    ],
    "release_date": "1992-02-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Nasty-Nes who introduced this song to the world!\n\nhttps://www.seattletimes.com/entertainment/music/nasty-nes-seattle-rap-pioneer-who-discovered-sir-mix-a-lot-dies-at-62/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}