Information about plays

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

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

{
    "id": 3534222,
    "uri": "https://api.kexp.org/v2/plays/3534222/?format=api",
    "airdate": "2025-07-31T17:44:51-07:00",
    "show": 64163,
    "show_uri": "https://api.kexp.org/v2/shows/64163/?format=api",
    "image_uri": "https://ia903203.us.archive.org/34/items/mbid-a9dc3a10-39bb-4d03-8be2-200c18cdd2d1/mbid-a9dc3a10-39bb-4d03-8be2-200c18cdd2d1-18636124296_thumb500.jpg",
    "thumbnail_uri": "https://ia803203.us.archive.org/34/items/mbid-a9dc3a10-39bb-4d03-8be2-200c18cdd2d1/mbid-a9dc3a10-39bb-4d03-8be2-200c18cdd2d1-18636124296_thumb250.jpg",
    "song": "Jazz (We’ve Got)",
    "track_id": "6a330f81-b41a-44f4-bdbf-5edb508ea1df",
    "recording_id": "e1603c1f-c03e-4d5d-9232-f5092a3c9144",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Low End Theory",
    "release_id": "a9dc3a10-39bb-4d03-8be2-200c18cdd2d1",
    "release_group_id": "c3733436-fcba-3c08-b082-d548df5c5139",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1996-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1991 song sampled Jimmy McGriff's 1972 \"Green Dolphin Street\" and The Five Stairsteps' 1968 \"Don't Change Your Love.\"\n\nThere was just a little controversy about  \"Jazz (We’ve Got)\": Legendary producer Pete Rock claims he produced the original beat and after Q-Tip heard it, recreated the production for the song. That's not exactly it, said Q-Tip: https://beats-rhymes-lists.com/facts/pete-rock-originally-produced-a-tribe-called-quests-jazz-we-got/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}