Information about plays

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

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

{
    "id": 3550661,
    "uri": "https://api.kexp.org/v2/plays/3550661/?format=api",
    "airdate": "2025-09-09T01:22:03-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://ia600903.us.archive.org/31/items/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271-42221886185_thumb500.jpg",
    "thumbnail_uri": "https://dn721303.ca.archive.org/0/items/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271/mbid-a75d0eb4-3f62-4346-b87f-841269c5b271-42221886185_thumb250.jpg",
    "song": "When You Left",
    "track_id": "731cd446-8935-485b-800a-e0f67598302f",
    "recording_id": "b9bc4c92-9f0c-4f3f-840d-e67306c9ead4",
    "artist": "Mechatok",
    "artist_ids": [
        "c7f0abfe-49c9-43a4-a0af-a1727bfdc261"
    ],
    "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"
}