Information about plays

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

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

{
    "id": 3622898,
    "uri": "https://api.kexp.org/v2/plays/3622898/?format=api",
    "airdate": "2026-02-27T06:54:37-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-3b424fed-c61d-439b-a42e-ec8442b442c3/mbid-3b424fed-c61d-439b-a42e-ec8442b442c3-34726751068_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-3b424fed-c61d-439b-a42e-ec8442b442c3/mbid-3b424fed-c61d-439b-a42e-ec8442b442c3-34726751068_thumb250.jpg",
    "song": "Stompy the Bear",
    "track_id": "9a19f4e5-5072-3105-80a3-cdcf0a8a90a4",
    "recording_id": "617786bf-155b-4972-a0fa-d3afe9f6a7bb",
    "artist": "Caspar Babypants",
    "artist_ids": [
        "7087ea36-acca-435b-a063-6819b0baa116"
    ],
    "album": "Hot Dog!",
    "release_id": "3b424fed-c61d-439b-a42e-ec8442b442c3",
    "release_group_id": "067c5490-3283-44f3-8868-f75e26637102",
    "labels": [
        "Aurora Elephant Music"
    ],
    "label_ids": [
        "6920bfe5-45c1-4f35-80a0-dbcaf5c89ec2"
    ],
    "release_date": "2012-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to my Henny!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}