Information about plays

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

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

{
    "id": 3568309,
    "uri": "https://api.kexp.org/v2/plays/3568309/?format=api",
    "airdate": "2025-10-22T01:30:33-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia601905.us.archive.org/3/items/mbid-c418b20d-3d73-4796-8511-c0f77eb900c5/mbid-c418b20d-3d73-4796-8511-c0f77eb900c5-3626149179_thumb500.jpg",
    "thumbnail_uri": "https://ia801905.us.archive.org/3/items/mbid-c418b20d-3d73-4796-8511-c0f77eb900c5/mbid-c418b20d-3d73-4796-8511-c0f77eb900c5-3626149179_thumb250.jpg",
    "song": "Heikki’s Suburbia Bus Tour",
    "track_id": "e6e58422-1aca-3f99-883f-c083c6850316",
    "recording_id": "8d2f6419-b453-4b61-bd21-f676b9918e6a",
    "artist": "Rodriguez",
    "artist_ids": [
        "8898cd01-b0c5-41bd-9699-0845fc73efc1"
    ],
    "album": "Coming From Reality",
    "release_id": "c418b20d-3d73-4796-8511-c0f77eb900c5",
    "release_group_id": "271047d9-8317-3ec2-b61c-2c7e9d75f0cb",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2009-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}