Information about plays

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

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

{
    "id": 3595228,
    "uri": "https://api.kexp.org/v2/plays/3595228/?format=api",
    "airdate": "2025-12-24T05:57:41-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "https://ia802808.us.archive.org/32/items/mbid-7764cb26-a401-4214-9d30-be0bde7f3f19/mbid-7764cb26-a401-4214-9d30-be0bde7f3f19-1817430121_thumb500.jpg",
    "thumbnail_uri": "https://ia802808.us.archive.org/32/items/mbid-7764cb26-a401-4214-9d30-be0bde7f3f19/mbid-7764cb26-a401-4214-9d30-be0bde7f3f19-1817430121_thumb250.jpg",
    "song": "Winterlong",
    "track_id": "1a7302c7-5444-3b99-9f97-a1210f91c665",
    "recording_id": "f7a4d915-490e-4634-8655-59b7e0718e2b",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Wave of Mutilation: Best of Pixies",
    "release_id": "7764cb26-a401-4214-9d30-be0bde7f3f19",
    "release_group_id": "4e1a555f-3ea0-3a77-a41f-e753689e8102",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pixies for Adam!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}