Information about plays

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

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

{
    "id": 3529956,
    "uri": "https://api.kexp.org/v2/plays/3529956/?format=api",
    "airdate": "2025-07-21T14:33:05-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-c427319d-66ea-4bb0-9a9d-e686760d4ae4/mbid-c427319d-66ea-4bb0-9a9d-e686760d4ae4-41735278239_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-c427319d-66ea-4bb0-9a9d-e686760d4ae4/mbid-c427319d-66ea-4bb0-9a9d-e686760d4ae4-41735278239_thumb250.jpg",
    "song": "What You Do",
    "track_id": "e795d539-3d4f-457b-9a1f-fb12f04d7350",
    "recording_id": "8f6d6238-1a22-4268-a15a-57c264035407",
    "artist": "Jeanines",
    "artist_ids": [
        "e1aed2f3-4af5-4d43-92a8-763e3cf8bb88"
    ],
    "album": "How Long Can It Last",
    "release_id": "c427319d-66ea-4bb0-9a9d-e686760d4ae4",
    "release_group_id": "cfc6eb43-e2e7-4d0e-854f-cc387aaa604c",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Such sweet jangling!\nhttps://jeanines.bandcamp.com/album/how-long-can-it-last",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}