Information about plays

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

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

{
    "id": 3571486,
    "uri": "https://api.kexp.org/v2/plays/3571486/?format=api",
    "airdate": "2025-10-29T17:28:00-07:00",
    "show": 64967,
    "show_uri": "https://api.kexp.org/v2/shows/64967/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-7be324e1-18c1-4852-a2d2-f01506dcab79/mbid-7be324e1-18c1-4852-a2d2-f01506dcab79-14731069267_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-7be324e1-18c1-4852-a2d2-f01506dcab79/mbid-7be324e1-18c1-4852-a2d2-f01506dcab79-14731069267_thumb250.jpg",
    "song": "Radios in Motion",
    "track_id": "d4668ab9-b198-315a-a5b6-b3c118cfa093",
    "recording_id": "c002e953-8556-4981-a55a-52d42361eb58",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "White Music",
    "release_id": "caa69bd4-65fe-39bb-978d-581dc3beb37d",
    "release_group_id": "576e4598-dfdd-3888-bc7c-6ab01aa28a06",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Christopher!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}