Information about plays

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

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

{
    "id": 3588973,
    "uri": "https://api.kexp.org/v2/plays/3588973/?format=api",
    "airdate": "2025-12-09T15:45:25-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "https://ia804504.us.archive.org/11/items/mbid-66970091-71ab-47a6-a62a-30ee44109fae/mbid-66970091-71ab-47a6-a62a-30ee44109fae-15178572418_thumb500.jpg",
    "thumbnail_uri": "https://ia904504.us.archive.org/11/items/mbid-66970091-71ab-47a6-a62a-30ee44109fae/mbid-66970091-71ab-47a6-a62a-30ee44109fae-15178572418_thumb250.jpg",
    "song": "Sucka Nigga",
    "track_id": "cb11f11d-7816-34ba-94ff-c29e02999408",
    "recording_id": "35a87f34-f0b1-4787-ad6b-5b0b02d4ce79",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Midnight Marauders",
    "release_id": "66970091-71ab-47a6-a62a-30ee44109fae",
    "release_group_id": "c2afedfb-034a-3683-ad47-e4404cd7c485",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Jack Wilkin's \"Red Clay\", as well as vocals from the song \"M.C. Battle\" by Rodney Cee of Funky 4+1 and Busy Bee, from the soundtrack of the 1983 hip-hop movie Wild Style, were sampled by ATCQ for \"Sucka Nigga.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}