Information about plays

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

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

{
    "id": 3640571,
    "uri": "https://api.kexp.org/v2/plays/3640571/?format=api",
    "airdate": "2026-04-11T04:13:00-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://ia600607.us.archive.org/7/items/mbid-befc806a-fcc5-45b3-8162-4886c0d28627/mbid-befc806a-fcc5-45b3-8162-4886c0d28627-4724053186_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-befc806a-fcc5-45b3-8162-4886c0d28627/mbid-befc806a-fcc5-45b3-8162-4886c0d28627-4724053186_thumb250.jpg",
    "song": "False Advertising",
    "track_id": "851e0870-1c82-37da-96e2-7089596da3ce",
    "recording_id": "3fed7e2b-7d09-4184-9e1c-63fa4d789ee4",
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "LIFTED or The Story Is in the Soil, Keep Your Ear to the Ground",
    "release_id": "befc806a-fcc5-45b3-8162-4886c0d28627",
    "release_group_id": "f41575e3-376a-3c8f-9063-51ae2c9df181",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}