Information about plays

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

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

{
    "id": 3632684,
    "uri": "https://api.kexp.org/v2/plays/3632684/?format=api",
    "airdate": "2026-03-23T09:15:06-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-96271aee-ee30-4bf0-b1bf-ebf787809544/mbid-96271aee-ee30-4bf0-b1bf-ebf787809544-22093735197_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-96271aee-ee30-4bf0-b1bf-ebf787809544/mbid-96271aee-ee30-4bf0-b1bf-ebf787809544-22093735197_thumb250.jpg",
    "song": "Send Me a Postcard",
    "track_id": "928ad85d-fcef-4dc1-a538-ec0fd053099d",
    "recording_id": "efe8f9d1-3355-4212-8fec-c1057eeeeab1",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Sunshine Rock",
    "release_id": "96271aee-ee30-4bf0-b1bf-ebf787809544",
    "release_group_id": "78e4bbe8-4674-4f1b-ba12-6509b68c9baa",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following Bob Mould in Sugar with Bob Mould solo, covering Shocking Blue.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}