Information about plays

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

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

{
    "id": 3548249,
    "uri": "https://api.kexp.org/v2/plays/3548249/?format=api",
    "airdate": "2025-09-03T02:36:39-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia800305.us.archive.org/15/items/mbid-205325ae-f694-4648-854d-aacbaccef559/mbid-205325ae-f694-4648-854d-aacbaccef559-13482405881_thumb500.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/15/items/mbid-205325ae-f694-4648-854d-aacbaccef559/mbid-205325ae-f694-4648-854d-aacbaccef559-13482405881_thumb250.jpg",
    "song": "O.P.P.",
    "track_id": "8c2a49ee-33ad-3569-a348-fdabdbe67f35",
    "recording_id": "360a21a5-68e9-4f34-a4f6-fb306f870c82",
    "artist": "Naughty by Nature",
    "artist_ids": [
        "3bdcd49d-212e-4f4f-877a-eac1e4a2bddc"
    ],
    "album": "Naughty by Nature",
    "release_id": "205325ae-f694-4648-854d-aacbaccef559",
    "release_group_id": "d74f72d8-d7e1-3106-8fd1-749d96b975e8",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1991-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1991 Naughty By Nature released their self-titled second album featuring  \"O.P.P.\" which contains samples of “ABC” by The Jackson 5, “Synthetic Substitution” by Melvin Bliss and La Di Da Di by Doug E. Fresh and Slick Rick ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}