Information about plays

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

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

{
    "id": 3630816,
    "uri": "https://api.kexp.org/v2/plays/3630816/?format=api",
    "airdate": "2026-03-19T00:03:22-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under The Silver Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "Thee Marloes",
    "artist_ids": [
        "84543b66-bb03-4a68-8378-e3d62fabb120"
    ],
    "album": "Di Hotel Malibu",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming sophomore release from Surabaya, Indonesia band Thee Marloes out in May. \n\nhttps://theemarloes.bandcamp.com/album/di-hotel-malibu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}