Information about plays

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

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

{
    "id": 3548841,
    "uri": "https://api.kexp.org/v2/plays/3548841/?format=api",
    "airdate": "2025-09-04T13:08:43-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia801401.us.archive.org/6/items/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590-3419664797_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/6/items/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590-3419664797_thumb250.jpg",
    "song": "Shake Your Rump",
    "track_id": "6bb6be09-dd54-3bcb-ab22-a2d09c4b6ba6",
    "recording_id": "bae3b5f2-f939-4232-89f5-91ba49672ad5",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Paul’s Boutique",
    "release_id": "a8e2b54c-fa39-4dd4-8704-bb72c7d15590",
    "release_group_id": "b534aa01-d621-31ba-9278-38a500e3cdca",
    "labels": [
        "BMG Direct Marketing, Inc.",
        "Capitol Records"
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Triple OG!!!!\n--\nThe Beastie Boys also sampled the drums played by jazz drummer Louie Bellson from \"Super Mellow.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}