Information about plays

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

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

{
    "id": 3639810,
    "uri": "https://api.kexp.org/v2/plays/3639810/?format=api",
    "airdate": "2026-04-09T08:38:35-07:00",
    "show": 66406,
    "show_uri": "https://api.kexp.org/v2/shows/66406/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8-27119798376_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8-27119798376_thumb250.jpg",
    "song": "Gar Forgets His Insulin",
    "track_id": "ba8b1349-c54d-3821-8965-18b8fcab8811",
    "recording_id": "77d2caca-b580-400f-a94c-b549ffa04f3d",
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Suicide Invoice",
    "release_id": "62bdb67c-10aa-48c0-b7c6-f8147ffa12e8",
    "release_group_id": "ce1c2193-6e64-3a63-a9b3-b775b386c6d1",
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2002-06-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more music from this San Diego band here: https://hotsnakes.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}