Information about plays

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

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

{
    "id": 3522959,
    "uri": "https://api.kexp.org/v2/plays/3522959/?format=api",
    "airdate": "2025-07-05T12:26:42-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://ia802202.us.archive.org/0/items/mbid-ca391616-a063-45b6-aba8-525e36042c18/mbid-ca391616-a063-45b6-aba8-525e36042c18-11479860225_thumb500.jpg",
    "thumbnail_uri": "https://ia902202.us.archive.org/0/items/mbid-ca391616-a063-45b6-aba8-525e36042c18/mbid-ca391616-a063-45b6-aba8-525e36042c18-11479860225_thumb250.jpg",
    "song": "Natural’s Not in It",
    "track_id": "70e3f184-9d36-364f-b0d3-373eb1f631cc",
    "recording_id": "ba51e383-16e3-4774-94bd-02de11ca8ec3",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Entertainment!",
    "release_id": "cb3d472f-b445-4f87-afa5-2dc6188011d5",
    "release_group_id": "d0493944-992b-3534-9174-8320c1879837",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}