Information about plays

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

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

{
    "id": 3641070,
    "uri": "https://api.kexp.org/v2/plays/3641070/?format=api",
    "airdate": "2026-04-12T05:25:23-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-2dc4d07f-6179-467f-8cda-6551db874749/mbid-2dc4d07f-6179-467f-8cda-6551db874749-44370484117_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-2dc4d07f-6179-467f-8cda-6551db874749/mbid-2dc4d07f-6179-467f-8cda-6551db874749-44370484117_thumb250.jpg",
    "song": "Pity Party",
    "track_id": "6a09dcb1-f180-4f0a-99de-a8394253169a",
    "recording_id": "518cdc9e-4ff5-4554-add1-35fcd17132e1",
    "artist": "Makthaverskan",
    "artist_ids": [
        "735f0aca-dd56-4247-8d11-1d7260c25436"
    ],
    "album": "Glass and Bones",
    "release_id": "2dc4d07f-6179-467f-8cda-6551db874749",
    "release_group_id": "d1cecc19-441e-4de2-b177-458fd03f7bcd",
    "labels": [
        "Welfare Sounds & Records"
    ],
    "label_ids": [
        "6ed81223-2ec0-472c-bba4-127f664962f4"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}