Information about plays

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

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

{
    "id": 3657355,
    "uri": "https://api.kexp.org/v2/plays/3657355/?format=api",
    "airdate": "2026-05-20T19:34:59-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/e68e3d07-3f69-4945-91a2-baddedbdfb8d/45132702705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e68e3d07-3f69-4945-91a2-baddedbdfb8d/45132702705-250.jpg",
    "song": "Paid",
    "track_id": null,
    "recording_id": "13390aa8-acb0-4151-8220-110a3e76bc37",
    "artist": "Primitive Ring",
    "artist_ids": [
        "f3fd8639-01bb-498e-b4bb-0a66d895dbb4"
    ],
    "album": "Primitive Ring",
    "release_id": null,
    "release_group_id": "64727e34-1f63-41ed-9693-092f890e4675",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2026-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Primitive Ring is on tour!\n\nFri, May 22 @ Kilowatt Bar in San Francisco, CA\nThur, May 28 @ Sunset Tavern in Seattle, WA\nSat, May 30 @ Swan Dive in Portland, OR\nSat, July 18 @ Mosswood Meltdown 2026 in Oakland, CA\n\nhttps://greenwayrecords.com/artist/primitive-ring/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}