Information about plays

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

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

{
    "id": 3582921,
    "uri": "https://api.kexp.org/v2/plays/3582921/?format=api",
    "airdate": "2025-11-25T18:45:19-08:00",
    "show": 65209,
    "show_uri": "https://api.kexp.org/v2/shows/65209/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-5b363ab6-2ba2-4791-800c-1f6899633eea/mbid-5b363ab6-2ba2-4791-800c-1f6899633eea-3357024670_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-5b363ab6-2ba2-4791-800c-1f6899633eea/mbid-5b363ab6-2ba2-4791-800c-1f6899633eea-3357024670_thumb250.jpg",
    "song": "Come Undone",
    "track_id": "bacdf7c2-1563-3ea1-b26f-a4ec8b777b8e",
    "recording_id": "0561ae5d-b9c7-4866-b5b0-6dbefa3498af",
    "artist": "Isobel Campbell & Mark Lanegan",
    "artist_ids": [
        "d51f3a15-12a2-41a0-acfa-33b5eae71164",
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Hawk",
    "release_id": "5b363ab6-2ba2-4791-800c-1f6899633eea",
    "release_group_id": "f1745865-3a1e-4aca-b6a7-557b47685cbe",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "2010-08-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Mark Lanegan, born on this day in 1964. \n\nHawk is the third collaborative studio album by Scottish indie pop singer Isobel Campbell and Mark Lanegan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}