Information about plays

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

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

{
    "id": 3580405,
    "uri": "https://api.kexp.org/v2/plays/3580405/?format=api",
    "airdate": "2025-11-19T22:38:42-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Bangs the Drums",
    "track_id": "16b1f40c-e458-4abf-80b0-3a6ea13b8c70",
    "recording_id": "90f88f94-3df7-41c1-8b7d-d7de1e23dae0",
    "artist": "The Stamps",
    "artist_ids": [
        "d4d64792-a1d6-4e71-9989-e9ec7628c38f"
    ],
    "album": "She Bangs the Drums",
    "release_id": "6f626a84-a074-4233-b8be-838fb8a253e2",
    "release_group_id": "e62276e3-29e3-474b-aba3-6fe61eda7ff5",
    "labels": [
        "Community Music",
        "LONG LIFE"
    ],
    "label_ids": [
        "a7080377-d092-4ea5-a63f-d5731ce6aebe",
        "4a67f5b0-1b0f-4e6c-ad13-ef4535845235"
    ],
    "release_date": "2025-11-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice Stone Roses cover from the Perth, Australia trio of Sofia Hourani, Rubina Bertolini and Scarlett Graham.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}