Information about plays

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

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

{
    "id": 3543632,
    "uri": "https://api.kexp.org/v2/plays/3543632/?format=api",
    "airdate": "2025-08-23T05:53:00-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia801803.us.archive.org/27/items/mbid-57e6a71e-7e8f-4e7a-9650-4c3109eb3dd4/mbid-57e6a71e-7e8f-4e7a-9650-4c3109eb3dd4-28082245623_thumb500.jpg",
    "thumbnail_uri": "https://ia601803.us.archive.org/27/items/mbid-57e6a71e-7e8f-4e7a-9650-4c3109eb3dd4/mbid-57e6a71e-7e8f-4e7a-9650-4c3109eb3dd4-28082245623_thumb250.jpg",
    "song": "Under the Moon",
    "track_id": "f5b1e6c1-8e41-316a-9c91-e5f5f19fdf5c",
    "recording_id": "9e342618-c3ec-4587-965d-5a9ebffc7e89",
    "artist": "Hammerbox",
    "artist_ids": [
        "a6b1d4ba-6c12-488a-a05c-366a9e17de7d"
    ],
    "album": "Hammerbox",
    "release_id": "57e6a71e-7e8f-4e7a-9650-4c3109eb3dd4",
    "release_group_id": "c59e0754-0c94-3bb2-b268-b1eff2717c6f",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}