Information about plays

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

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

{
    "id": 3545955,
    "uri": "https://api.kexp.org/v2/plays/3545955/?format=api",
    "airdate": "2025-08-28T17:15:38-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia601901.us.archive.org/19/items/mbid-11411c54-c40a-3816-91a3-736fcef82262/mbid-11411c54-c40a-3816-91a3-736fcef82262-27154073551_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-11411c54-c40a-3816-91a3-736fcef82262/mbid-11411c54-c40a-3816-91a3-736fcef82262-27154073551_thumb250.jpg",
    "song": "Sneakin’ Out the Hospital",
    "track_id": "5fe12b22-77e8-3156-8027-d801db5b23f8",
    "recording_id": "e15e360d-b3f2-4855-a92d-1309f5999008",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "11411c54-c40a-3816-91a3-736fcef82262",
    "release_group_id": "96c996ab-2a78-3abd-8974-c96b5724ae28",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This instrumental off \"Hello Nasty\" samples Lee Michaels' \"(Don't Want No) Woman\".\n--\nIn 1998, the album debuted at #1 on the Billboard 200 chart, selling 681,000 copies in its first week. It was the group's first LP featuring turntablist Mix Master Mike.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}