Information about plays

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

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

{
    "id": 3630883,
    "uri": "https://api.kexp.org/v2/plays/3630883/?format=api",
    "airdate": "2026-03-19T03:56:53-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gestations",
    "track_id": null,
    "recording_id": null,
    "artist": "The Messthetics and James Brandon Lewis",
    "artist_ids": [
        "62788614-b33c-42c9-9b6e-c9375362b57e",
        "bcdd85f7-cd18-46cf-9b69-2f58f42e00c4"
    ],
    "album": "Deface the Currency",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Messthetics formed in 2016 by Fugazi drummer Brendan Canty and bassist Joe Lally. https://themessthetics.bandcamp.com/album/the-messthetics-and-james-brandon-lewis",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}