Information about plays

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

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

{
    "id": 3625676,
    "uri": "https://api.kexp.org/v2/plays/3625676/?format=api",
    "airdate": "2026-03-05T16:49:07-08:00",
    "show": 66100,
    "show_uri": "https://api.kexp.org/v2/shows/66100/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-6d57aaf7-7bf0-4f9a-b870-a8639cc46aab/mbid-6d57aaf7-7bf0-4f9a-b870-a8639cc46aab-16304050934_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-6d57aaf7-7bf0-4f9a-b870-a8639cc46aab/mbid-6d57aaf7-7bf0-4f9a-b870-a8639cc46aab-16304050934_thumb250.jpg",
    "song": "The Beginning of the Twist",
    "track_id": "c445044f-61f5-3030-aa60-e9e9e4c423b3",
    "recording_id": "1ae2f1fd-8960-4fd6-9989-6ab00b6ab148",
    "artist": "The Futureheads",
    "artist_ids": [
        "0cf9d983-aecf-4d57-9e94-fde2beac014f"
    ],
    "album": "This Is Not the World",
    "release_id": "6d57aaf7-7bf0-4f9a-b870-a8639cc46aab",
    "release_group_id": "7fc181be-1143-354b-8685-787804aaff65",
    "labels": [
        "Nul Records"
    ],
    "label_ids": [
        "d63afdb9-95c9-4f61-a01b-24a9320e6ac6"
    ],
    "release_date": "2008-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Rob in Queensland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}