Information about plays

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

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

{
    "id": 3618155,
    "uri": "https://api.kexp.org/v2/plays/3618155/?format=api",
    "airdate": "2026-02-16T04:57:32-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-e9e59e7e-339a-454c-b156-2cd65f9d2770/mbid-e9e59e7e-339a-454c-b156-2cd65f9d2770-35350102326_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-e9e59e7e-339a-454c-b156-2cd65f9d2770/mbid-e9e59e7e-339a-454c-b156-2cd65f9d2770-35350102326_thumb250.jpg",
    "song": "Key Stroke",
    "track_id": "30002925-e53a-3cbb-829a-3f36fb23e3f7",
    "recording_id": "ca52697d-9039-4c60-99b8-4888764e02f6",
    "artist": "Her Space Holiday",
    "artist_ids": [
        "350a221a-b1a2-4480-8697-bef1910b1063"
    ],
    "album": "Manic Expressive",
    "release_id": "19bde242-a28d-3bed-84b2-c2e5c58c6b27",
    "release_group_id": "049832fc-e072-3226-962c-42f00e7e4f58",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2001-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}