Information about plays

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

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

{
    "id": 3608609,
    "uri": "https://api.kexp.org/v2/plays/3608609/?format=api",
    "airdate": "2026-01-24T18:44:31-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "https://ia802805.us.archive.org/17/items/mbid-84d8f5bf-1256-4ff4-983c-bcf5a6bb4aed/mbid-84d8f5bf-1256-4ff4-983c-bcf5a6bb4aed-20570487384_thumb500.jpg",
    "thumbnail_uri": "https://ia802805.us.archive.org/17/items/mbid-84d8f5bf-1256-4ff4-983c-bcf5a6bb4aed/mbid-84d8f5bf-1256-4ff4-983c-bcf5a6bb4aed-20570487384_thumb250.jpg",
    "song": "Feed Me",
    "track_id": "4d02457e-3edd-47fb-a35c-5c07913cf1a7",
    "recording_id": "d79096eb-b9d3-4138-857f-52aa2e046457",
    "artist": "So Pitted",
    "artist_ids": [
        "76ffc328-ce14-4c1e-abc5-28c8e072a37e"
    ],
    "album": "Neo",
    "release_id": "7862de34-e769-434d-ba1a-08290728242f",
    "release_group_id": "987df085-e13f-4413-82f6-6ba067773b4e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://sopitted.bandcamp.com/album/neo\n\nhttps://www.subpop.com/artists/so_pitted",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}