Information about plays

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

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

{
    "id": 3544854,
    "uri": "https://api.kexp.org/v2/plays/3544854/?format=api",
    "airdate": "2025-08-26T01:18:33-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://ia800903.us.archive.org/31/items/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271-42221886185_thumb500.jpg",
    "thumbnail_uri": "https://ia800903.us.archive.org/31/items/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271-42221886185_thumb250.jpg",
    "song": "She’s a Director",
    "track_id": "3694d3d8-8ec2-4345-ba05-5035a89f6a12",
    "recording_id": "3fcbf1f6-47bb-43c4-8cdd-7bb57a8b5af2",
    "artist": "Mechatok & Isabella Lovestory",
    "artist_ids": [
        "c7f0abfe-49c9-43a4-a0af-a1727bfdc261",
        "663981c5-3908-4845-abf8-40a3f8edb0ac"
    ],
    "album": "Wide Awake",
    "release_id": "a75d0eb4-3f62-4346-b87f-841269c5b271",
    "release_group_id": "176329b1-8bd1-41c7-b79c-3727dd194b82",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mechatok.bandcamp.com/album/wide-awake",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}