Information about plays

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

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

{
    "id": 3625016,
    "uri": "https://api.kexp.org/v2/plays/3625016/?format=api",
    "airdate": "2026-03-04T00:49:02-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "https://dn711105.ca.archive.org/0/items/mbid-a2536e20-e802-385d-acb7-964ed326af78/mbid-a2536e20-e802-385d-acb7-964ed326af78-19011590959_thumb500.jpg",
    "thumbnail_uri": "https://dn711105.ca.archive.org/0/items/mbid-a2536e20-e802-385d-acb7-964ed326af78/mbid-a2536e20-e802-385d-acb7-964ed326af78-19011590959_thumb250.jpg",
    "song": "Common People",
    "track_id": "e1a3ec74-0c88-496b-88c9-30e0994a01b6",
    "recording_id": "4e1c3d15-b20e-44ab-8758-272330c3ab9d",
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Different Class",
    "release_id": "a2536e20-e802-385d-acb7-964ed326af78",
    "release_group_id": "88f69eab-8f07-343b-847c-b944ad33dfcf",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2006-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1995!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}