Information about plays

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

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

{
    "id": 3554432,
    "uri": "https://api.kexp.org/v2/plays/3554432/?format=api",
    "airdate": "2025-09-18T02:53:54-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5950cfa-59e2-455f-af31-5ae7a4cc6b74/41170818795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5950cfa-59e2-455f-af31-5ae7a4cc6b74/41170818795-250.jpg",
    "song": "Still Tippin’",
    "track_id": null,
    "recording_id": "72e698b0-60e2-4cd8-8321-5677a2d4a379",
    "artist": "Mike Jones feat. Slim Thug and Paul Wall",
    "artist_ids": [
        "08962fc5-ed17-453b-9c68-ff7922eb4957",
        "e0f5273c-637e-4e10-8304-81f2f9a31523",
        "505cc7ac-b92c-46dd-94f2-e22b18fdcf57"
    ],
    "album": "Who Is Mike Jones?",
    "release_id": null,
    "release_group_id": "0aae575b-f177-3864-9822-18f8d2d6fd62",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2005-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Those f**king strings, man!” the producer [Salih Williams] answered when I asked why the beat remains so addictive. “I must have sprinkled some crack on the strings for ‘Still Tippin’’. I think that’s why the beat still commands your attention all these years later.” \n\nEnjoy this interview with producer Salih Williams on how Mike Jones' 2005 \"Still Tippin'\" elevated Houston rap.: https://www.okayplayer.com/music/still-tippin-mike-jones-slim-thug-producer.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}